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
We currently use np.allclose even when working with Fields of dtype int. Since arithmetic should be exact with integers we should actually make use of that in the test utilities (i.e. tests/next_tests/integration_tests/feature_tests/cases.py).
We currently use
np.allclose
even when working with Fields of dtype int. Since arithmetic should be exact with integers we should actually make use of that in the test utilities (i.e.tests/next_tests/integration_tests/feature_tests/cases.py
).See #1258 for a discussion.
The text was updated successfully, but these errors were encountered: