Skip to content

Commit

Permalink
atol on interpolation test
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Dec 30, 2016
1 parent b4c0887 commit 11b9f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_interpolate(interpolator):
s = interpolator['Rspline']
g = interpolator['geometry']
for i,P in enumerate(interpolator['points']):
npt.assert_allclose(g.projection(s(i)), g.projection(P))
npt.assert_allclose(g.projection(s(i)), g.projection(P), atol=1e-13)

def test_maxiter(interpolator):
I = interpolator['riemann']
Expand Down

0 comments on commit 11b9f5d

Please sign in to comment.