Skip to content

Commit

Permalink
Merge pull request SpikeInterface#3435 from yger/auto_merge_refactoring
Browse files Browse the repository at this point in the history
Refactoring auto_merge
  • Loading branch information
alejoe91 authored Oct 31, 2024
2 parents 0df1160 + 22b9094 commit 5bdcfce
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 199 deletions.
2 changes: 1 addition & 1 deletion src/spikeinterface/curation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .remove_redundant import remove_redundant_units, find_redundant_units
from .remove_duplicated_spikes import remove_duplicated_spikes
from .remove_excess_spikes import remove_excess_spikes
from .auto_merge import get_potential_auto_merge
from .auto_merge import compute_merge_unit_groups, auto_merge_units, get_potential_auto_merge


# manual sorting,
Expand Down
Loading

0 comments on commit 5bdcfce

Please sign in to comment.