Skip to content

Commit

Permalink
Relax assert in TestFlatEinzelLens
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Nov 30, 2024
1 parent 06c3394 commit ba4bad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_radial.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def test_trace_close_to_axis(self):
intersection = T.xy_plane_intersection(pos, -0.8)
intersection_axial = T.xy_plane_intersection(pos_axial, -0.8)

assert np.allclose(intersection, intersection_axial, rtol=5e-5)
assert np.allclose(intersection, intersection_axial, rtol=5e-4)



Expand Down

0 comments on commit ba4bad2

Please # to comment.