Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Mar 3, 2025
1 parent fc858bd commit f535e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion differt/tests/rt/test_fermat.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_fermat_path_on_planar_mirrors(
setup.mirror_normals,
steps=10000,
)
chex.assert_trees_all_close(got, setup.paths, atol=1e-4)
chex.assert_trees_all_close(got, setup.paths, atol=1e-3)

0 comments on commit f535e6a

Please sign in to comment.