Skip to content

Commit b9720c7

Browse files
Update derotation/simulate/synthetic_data.py
Co-authored-by: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com>
1 parent 0e02fae commit b9720c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derotation/simulate/synthetic_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def integration_pipeline(
180180
self.rotated_stack_sinusoidal,
181181
sinusoidal_angles,
182182
center=self.fitted_center,
183-
use_homography=True if (self.rotation_plane_angle != 0) else False,
183+
use_homography=self.rotation_plane_angle != 0,
184184
rotation_plane_angle=self.rotation_plane_angle,
185185
rotation_plane_orientation=self.rotation_plane_orientation,
186186
)

0 commit comments

Comments
 (0)