Skip to content

Commit 7bc6ad2

Browse files
committed
xfail another flaky shift test for 1340
1 parent 3c428aa commit 7bc6ad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_commonline_sync3n.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_build_clmatrix(source_orientation_objs):
9393
assert within_5 / angle_diffs.size > tol
9494

9595

96+
@pytest.mark.xfail(reason="Issue #1340")
9697
def test_estimate_shifts_with_gt_rots(source_orientation_objs):
9798
src, orient_est = source_orientation_objs
9899

@@ -115,6 +116,7 @@ def test_estimate_shifts_with_gt_rots(source_orientation_objs):
115116
np.testing.assert_allclose(mean_dist, 0)
116117

117118

119+
@pytest.mark.xfail(reason="Issue #1340")
118120
def test_estimate_shifts_with_est_rots(source_orientation_objs):
119121
src, orient_est = source_orientation_objs
120122
# Estimate shifts using estimated rotations.

0 commit comments

Comments
 (0)