Skip to content

Commit ff4b973

Browse files
committed
Motion param typo
1 parent 8132f9e commit ff4b973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dartsort/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class MotionEstimationConfig:
143143
window_step_um: float = 400.0
144144
window_scale_um: float = 450.0
145145
window_margin_um: Optional[float] = None
146-
max_dt_s: float = 0.1
146+
max_dt_s: float = 1000.0
147147
max_disp_um: Optional[float] = None
148148
correlation_threshold: float = 0.1
149149
rigid: bool = False

0 commit comments

Comments
 (0)