Skip to content

Commit d88b692

Browse files
alejoe91zm711
andauthored
Update src/spikeinterface/sortingcomponents/motion/motion_utils.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent bf7cc89 commit d88b692

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
@@ -80,7 +80,7 @@ def get_spatial_windows(
8080
if num_windows < 1:
8181
num_windows = 1
8282
warnings.warn(
83-
f"You trying to estimation motion with non-rigid on a too short probe!"
83+
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 "
8585
f"probe size (depth range={np.ptp(contact_depths)}). You can try to reduce them or use rigid motion."
8686
)

0 commit comments

Comments
 (0)