Skip to content

Commit

Permalink
test_symmetricsortingcomparison.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 29, 2024
1 parent 790715c commit 916c26d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import numpy as np

from spikeinterface.extractors import NumpySorting, toy_example
from spikeinterface.core import generate_ground_truth_recording
from spikeinterface.extractors import NumpySorting
from spikeinterface.comparison import compare_two_sorters


Expand Down Expand Up @@ -29,7 +30,7 @@ def test_compare_two_sorters():


def test_compare_multi_segment():
_, sort = toy_example(num_segments=2)
_, sort = generate_ground_truth_recording(durations=[10, 10])

cmp_multi = compare_two_sorters(sort, sort)

Expand Down

0 comments on commit 916c26d

Please sign in to comment.