Skip to content

Commit

Permalink
Update test_multisortingcomparison.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 29, 2024
1 parent c0e7565 commit 0ea26a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest
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_multiple_sorters, MultiSortingComparison

Expand Down Expand Up @@ -73,7 +73,7 @@ def test_compare_multiple_sorters():

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

cmp_multi = compare_multiple_sorters([sort, sort, sort])

Expand Down

0 comments on commit 0ea26a2

Please sign in to comment.