Skip to content

Commit 26e82e8

Browse files
committed
Intenionally failing test
1 parent 5a52e75 commit 26e82e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_spline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_evaluation(self):
2727
spline = BSplineSE3(self.control_poses)
2828
nt.assert_almost_equal(spline(0).A, self.control_poses[0].A)
2929
nt.assert_almost_equal(spline(1).A, self.control_poses[-1].A)
30+
assert False
3031

3132
@pytest.mark.skipif(os.environ.get("CI") == "true", reason="no display in CI")
3233
def test_visualize(self):

0 commit comments

Comments
 (0)