Skip to content

Commit

Permalink
Merge branch 'meta_merging_sc2' of github.com:yger/spikeinterface int…
Browse files Browse the repository at this point in the history
…o meta_merging_sc2
  • Loading branch information
yger committed Jul 9, 2024
2 parents 50f6798 + a52dc64 commit 8449ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
if verbose:
print("Motion correction activated (probe geometry compatible)")
motion_folder = sorter_output_folder / "motion"
params["motion_correction"].update({"folder": motion_folder, "overwrite" : True})
params["motion_correction"].update({"folder": motion_folder, "overwrite": True})
recording_f = correct_motion(recording_f, **params["motion_correction"])
else:
motion_folder = None
Expand Down

0 comments on commit 8449ee9

Please sign in to comment.