Skip to content

Commit

Permalink
Update src/spikeinterface_pipelines/preprocessing/preprocessing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
luiztauffer and alejoe91 authored Jan 12, 2024
1 parent b6cdeb9 commit aab0d42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def preprocess(
folder=motion_folder,
verbose=False,
detect_kwargs=preprocessing_params.motion_correction.motion_kwargs.detect_kwargs.model_dump(),
select_kwargs=dict(),
localize_peaks_kwargs=preprocessing_params.motion_correction.motion_kwargs.localize_peaks_kwargs.model_dump(),
estimate_motion_kwargs=preprocessing_params.motion_correction.motion_kwargs.estimate_motion_kwargs.model_dump(),
interpolate_motion_kwargs=preprocessing_params.motion_correction.motion_kwargs.interpolate_motion_kwargs.model_dump(),
Expand Down

0 comments on commit aab0d42

Please sign in to comment.