Skip to content

Commit

Permalink
forgot to revert one change in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dudt committed Feb 6, 2024
1 parent d7d0e07 commit 66b92a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_frenet(self):
np.testing.assert_allclose(T, np.array([[0, 1, 0]]), atol=1e-12)
np.testing.assert_allclose(N, np.array([[-1, 0, 0]]), atol=1e-12)
np.testing.assert_allclose(B, np.array([[0, 0, 1]]), atol=1e-12)
c.rotate([0, 0, np.pi])
c.rotate(angle=np.pi)
c.flip([0, 1, 0])
c.translate([1, 1, 1])
data = c.compute(
Expand Down

0 comments on commit 66b92a9

Please sign in to comment.