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
Merge pull request #184 from matthew-brett/mahalanobis-numerics
TEST: relax threshold for Mahalanobis test
We were getting test failures sometimes for Mahalanobis, of form::
Arrays are not almost equal
ACTUAL: 334932.87269147561
DESIRED: 334932.87480824895
Relax threshold by asserting np.allclose instead of assert_almost_equal.
0 commit comments