Henry Schreiner
Henry Schreiner
> I don't see anything directly obvious I don't either, but #384 passes. > Disabling avx2 using macOs-12 or something else? I was thinking avx2, but it was previously working,...
> I don't see anything directly obvious on what I might have done wrong in 177663a that would lead to no build targets being selected You forgot a quote.
If someone knows how to fix it, we could. Don't use Windows or local encodings, or know how to test local encodings in CI.
That is what it does, though; it causes parsing to stop as soon as it hits an unrecognized option, which puts them in the "unparsed" options. This "allows" unrecognized options;...
What do you mean by "parsing to stop"? Just checking to make sure we are referring to the same thing.
Okay, that's what `allow=true` does, it causes parsing to stop and returns, giving access to all unrecognized options. `allow=false` cases parsing to continue, which breaks on an option not registered...
Okay, I think this should be reworded to avid "parsing to stop". Internally, that's what's happening, but that's not a good description for readers. I think we can use the...
Maybe NumPy should check for NaN in situations like this if running on WASM?
I see https://github.com/ARM-DOE/pyart/blob/a54e9547138b1c5dc5d80c36dcab0c479bac32f1/.github/workflows/wheels.yml#L95-L100 Are you building the same wheel in multiple jobs? This looks like GHA bug https://github.com/actions/download-artifact/issues/298