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
These datasets used numpy.bool and thus unexpectedly passed by evaluating "numpy.bool(False) is False" as False instead of True.
The solution is to either update this check (and others) to account for numpy.bool OR enforce that we do not accept numpy.bool types. Probably easiest to just account for numpy._bool.
Context
Reported by @jahilton. See #sci-data-eng.
The text was updated successfully, but these errors were encountered: