Skip to content

Commit

Permalink
Loosen tolerance slightly in one test
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Jan 20, 2025
1 parent 83ec660 commit 6c88f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geo/test_boozersurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def test_convergence_cpp_and_notcpp_same(self):
"""
x_vec = self.subtest_convergence_cpp_and_notcpp_same(True)
x_nonvec = self.subtest_convergence_cpp_and_notcpp_same(False)
np.testing.assert_allclose(x_vec, x_nonvec, atol=1e-14)
np.testing.assert_allclose(x_vec, x_nonvec, atol=1e-13)

def subtest_convergence_cpp_and_notcpp_same(self, vectorize):
"""
Expand Down

0 comments on commit 6c88f60

Please sign in to comment.