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 0ec16e1 + 08da941 commit a5c6be3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spikeinterface/curation/tests/test_auto_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ def test_auto_merge_units_iterative(sorting_analyzer_for_curation):
job_kwargs = dict(n_jobs=-1)
new_sorting, _ = split_sorting_by_times(sorting_analyzer_for_curation)
new_sorting_analyzer = create_sorting_analyzer(new_sorting, recording, format="memory")
merged_analyzer = auto_merge_units(new_sorting_analyzer, presets=["x_contaminations", "x_contaminations"], **job_kwargs)
merged_analyzer = auto_merge_units(
new_sorting_analyzer, presets=["x_contaminations", "x_contaminations"], **job_kwargs
)
assert len(merged_analyzer.unit_ids) < len(new_sorting_analyzer.unit_ids)


Expand Down

0 comments on commit a5c6be3

Please sign in to comment.