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
Update: Of course, the PR fails for many of the dtypes in this test 🤕
But how did it pass the test before, since ALL_DTYPES seems to contain, all dtypes, including i, u (here) 🤔
Hi there.
This very line:
reproject/reproject/interpolation/core.py
Line 95 in 3bb79cd
changes an input array with dtype=float32 to float64.
Could we replace it with a mere check (for all floating point types) instead, and raise an error in case the input isn't a float?
The text was updated successfully, but these errors were encountered: