Skip to content

Commit

Permalink
add breaking change to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GNiendorf committed Sep 1, 2024
1 parent 1d9c2d0 commit 012a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_conics():
assert geo_obj[1].conics(np.array([0., 0., 0.]))[0] == 0.0
assert np.all(geo_obj[1].conics(np.array([0., 0., 0.]))[1] == [0., 0., 1.])

assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[0], 0.00002) == -0.55982
assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[0], 0.00002) == -1.55982
assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[1][0], 0.00002) == -0.68825
assert geo_obj[0].conics(np.array([1., 0., 0.]))[1][1] == -0.0
assert geo_obj[0].conics(np.array([1., 0., 0.]))[1][2] == 1.0
Expand Down

0 comments on commit 012a044

Please sign in to comment.