You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While working on #2933, I saw there was a warning about coercing floats to ints in the lookup table enhancement test.
Turns out that the test uses data that contains NaNs, which don't seem to be explicitly taken care of.
Describe the bug
While working on #2933, I saw there was a warning about coercing floats to ints in the lookup table enhancement test.
Turns out that the test uses data that contains NaNs, which don't seem to be explicitly taken care of.
To Reproduce
Expected behavior
I expect the test not to raise an warning, and that there was a way to explicitly tell the enhancement what to do with NaNs
Actual results
A warning is issued:
Environment Info:
The text was updated successfully, but these errors were encountered: