We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c428aa commit 7bc6ad2Copy full SHA for 7bc6ad2
tests/test_commonline_sync3n.py
@@ -93,6 +93,7 @@ def test_build_clmatrix(source_orientation_objs):
93
assert within_5 / angle_diffs.size > tol
94
95
96
+@pytest.mark.xfail(reason="Issue #1340")
97
def test_estimate_shifts_with_gt_rots(source_orientation_objs):
98
src, orient_est = source_orientation_objs
99
@@ -115,6 +116,7 @@ def test_estimate_shifts_with_gt_rots(source_orientation_objs):
115
116
np.testing.assert_allclose(mean_dist, 0)
117
118
119
120
def test_estimate_shifts_with_est_rots(source_orientation_objs):
121
122
# Estimate shifts using estimated rotations.
0 commit comments