Skip to content

Commit

Permalink
Merge branch 'meta_merging' of github.com:yger/spikeinterface into me…
Browse files Browse the repository at this point in the history
…ta_merging
  • Loading branch information
yger committed Oct 29, 2024
2 parents 831bb76 + 448d3cc commit e01e0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/spikeinterface/curation/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pytest

from spikeinterface.core import generate_ground_truth_recording, create_sorting_analyzer

job_kwargs = dict(n_jobs=-1)


Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/curation/tests/test_auto_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_auto_merge_units_iterative(sorting_analyzer_for_curation):

if __name__ == "__main__":
sorting_analyzer = make_sorting_analyzer(sparse=True)
preset=None
preset = None
test_compute_merge_unit_groups(sorting_analyzer, preset=preset)
test_auto_merge_units(sorting_analyzer)
test_auto_merge_units_iterative(sorting_analyzer)

0 comments on commit e01e0cc

Please sign in to comment.