Skip to content

Commit bfe2551

Browse files
Update element_interface/suite2p_trigger.py
Co-authored-by: Dimitri Yatsenko <[email protected]>
1 parent dbd5a3e commit bfe2551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_interface/suite2p_trigger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def segmentation_suite2p(motion_correction_ops, db):
9999

100100
if (
101101
motion_correction_ops["do_registration"]
102-
or (not motion_correction_ops["roidetect"])
102+
or not motion_correction_ops["roidetect"]
103103
or motion_correction_ops["spikedetect"]
104104
):
105105
warnings.warn(

0 commit comments

Comments
 (0)