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
When NumPy returns a scalar bool or integer, it's np.bool_ or np.int64. This may cause issues if someone is expecting an int. Perhaps I should normalize these and convert them to the Python type. Also need to double check the type hints.
The text was updated successfully, but these errors were encountered:
When NumPy returns a scalar bool or integer, it's
np.bool_
ornp.int64
. This may cause issues if someone is expecting anint
. Perhaps I should normalize these and convert them to the Python type. Also need to double check the type hints.The text was updated successfully, but these errors were encountered: