Skip to content

Commit

Permalink
Imprts
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Jun 14, 2024
1 parent b90fda9 commit ef67e80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/spikeinterface/comparison/groundtruthstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
import numpy as np

from spikeinterface.core import load_extractor, create_sorting_analyzer, load_sorting_analyzer
from spikeinterface.core.core_tools import SIJsonEncoder
from spikeinterface.core.job_tools import split_job_kwargs
from spikeinterface.widgets import get_some_colors

from spikeinterface.sorters import run_sorter_jobs, read_sorter_folder

from spikeinterface.qualitymetrics import compute_quality_metrics
Expand Down Expand Up @@ -178,6 +174,7 @@ def remove_sorting(self, key):
f.unlink()

def set_colors(self, colors=None, map_name="tab20"):
from spikeinterface.widgets import get_some_colors
if colors is None:
case_keys = list(self.cases.keys())
self.colors = get_some_colors(
Expand Down

0 comments on commit ef67e80

Please sign in to comment.