Closed sannant closed 4 years ago
Something is still broken, can you check @AntoineSIMTEK
I am on it.
It's a weird error, only with python 3.6.
E AssertionError:
E Not equal to tolerance rtol=1e-07, atol=0
E
E Mismatched elements: 1 / 10 (10%)
E Max absolute difference: 1.44076597e-07
E Max relative difference: 1.44076597e-07
E x: array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.])
E y: array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.])
Ah I think np.testing.assert_allclose does not displacay the floats with high enough precision
Now NuMPI should be compatible with scipy 1.5.0