Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 22, 2024
2 parents 0b7674c + de5ee68 commit ce8432a
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 @@ -52,7 +52,7 @@ class Spykingcircus2Sorter(ComponentsBasedSorter):
"matched_filtering": True,
"cache_preprocessing": {"mode": "memory", "memory_limit": 0.5, "delete_cache": True},
"multi_units_only": False,
"job_kwargs": {"n_jobs": 0.8},
"job_kwargs": {"n_jobs": 0.5},
"seed": 42,
"debug": False,
}
Expand Down

0 comments on commit ce8432a

Please sign in to comment.