Skip to content

Commit 1ac816e

Browse files
committed
One more deepcopy.
1 parent 71f9b36 commit 1ac816e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_orient_sync_voting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_estimate_shifts_with_gt_rots(source_orientation_objs):
111111

112112
# Assign ground truth rotations.
113113
# Deep copy to prevent altering for other tests.
114+
orient_est = copy.deepcopy(orient_est)
114115
orient_est.rotations = src.rotations
115116

116117
# Estimate shifts using ground truth rotations.

0 commit comments

Comments
 (0)