Skip to content

Commit f0b660a

Browse files
committed
Stop failing tests
1 parent 58412d3 commit f0b660a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_spline.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ 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-
import sys
31-
if sys.platform.startswith("darwin"):
32-
assert False
3330

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

0 commit comments

Comments
 (0)