Skip to content

Commit

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

from spikeinterface.core import generate_ground_truth_recording
from spikeinterface.core import generate_sorting
from spikeinterface.extractors import NumpySorting
from spikeinterface.comparison import compare_two_sorters

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


def test_compare_multi_segment():
_, sort = generate_ground_truth_recording(durations=[10, 10])
sort = generate_sorting(durations=[10, 10])

cmp_multi = compare_two_sorters(sort, sort)

Expand Down

0 comments on commit 98e395d

Please sign in to comment.