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 71f9b36 commit 1ac816eCopy full SHA for 1ac816e
tests/test_orient_sync_voting.py
@@ -111,6 +111,7 @@ def test_estimate_shifts_with_gt_rots(source_orientation_objs):
111
112
# Assign ground truth rotations.
113
# Deep copy to prevent altering for other tests.
114
+ orient_est = copy.deepcopy(orient_est)
115
orient_est.rotations = src.rotations
116
117
# Estimate shifts using ground truth rotations.
0 commit comments