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
Many floating point unit tests use numpy's assert_almost_equal. However, this sometimes incorrectly passes for very small numbers. Instead, we should use assert_allclose instead.
The text was updated successfully, but these errors were encountered:
Many floating point unit tests use numpy's
assert_almost_equal
. However, this sometimes incorrectly passes for very small numbers. Instead, we should useassert_allclose
instead.The text was updated successfully, but these errors were encountered: