Skip to content

Commit 012a044

Browse files
committed
add breaking change to test CI
1 parent 1d9c2d0 commit 012a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_geometry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_conics():
5252
assert geo_obj[1].conics(np.array([0., 0., 0.]))[0] == 0.0
5353
assert np.all(geo_obj[1].conics(np.array([0., 0., 0.]))[1] == [0., 0., 1.])
5454

55-
assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[0], 0.00002) == -0.55982
55+
assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[0], 0.00002) == -1.55982
5656
assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[1][0], 0.00002) == -0.68825
5757
assert geo_obj[0].conics(np.array([1., 0., 0.]))[1][1] == -0.0
5858
assert geo_obj[0].conics(np.array([1., 0., 0.]))[1][2] == 1.0

0 commit comments

Comments
 (0)