We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9c2d0 commit 012a044Copy full SHA for 012a044
tests/test_geometry.py
@@ -52,7 +52,7 @@ def test_conics():
52
assert geo_obj[1].conics(np.array([0., 0., 0.]))[0] == 0.0
53
assert np.all(geo_obj[1].conics(np.array([0., 0., 0.]))[1] == [0., 0., 1.])
54
55
- 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
56
assert approx(geo_obj[0].conics(np.array([1., 0., 0.]))[1][0], 0.00002) == -0.68825
57
assert geo_obj[0].conics(np.array([1., 0., 0.]))[1][1] == -0.0
58
assert geo_obj[0].conics(np.array([1., 0., 0.]))[1][2] == 1.0
0 commit comments