We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7cc89 commit d88b692Copy full SHA for d88b692
1 file changed
src/spikeinterface/sortingcomponents/motion/motion_utils.py
@@ -80,7 +80,7 @@ def get_spatial_windows(
80
if num_windows < 1:
81
num_windows = 1
82
warnings.warn(
83
- f"You trying to estimation motion with non-rigid on a too short probe!"
+ f"You are trying to estimate motion with `non-rigid` on a probe that is too short!"
84
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."
86
)
0 commit comments