Skip to content

Commit b90a5ff

Browse files
authored
Update src/spikeinterface/sortingcomponents/motion/motion_utils.py
1 parent d88b692 commit b90a5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sortingcomponents/motion/motion_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_spatial_windows(
8282
warnings.warn(
8383
f"You are trying to estimate motion with `non-rigid` on a probe that is too short!"
8484
f"get_spatial_windows(): {win_step_um=}/{win_scale_um=}/{win_margin_um=} are too large for the "
85-
f"probe size (depth range={np.ptp(contact_depths)}). You can try to reduce them or use rigid motion."
85+
f"probe size (depth range={np.ptp(contact_depths)}). Switching to rigid motion."
8686
)
8787

8888
border = ((max_ - min_) % win_step_um) / 2

0 commit comments

Comments
 (0)