Skip to content

Commit

Permalink
rm studytools part2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Sep 19, 2023
1 parent fe6f60f commit 77505ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion src/spikeinterface/comparison/collision.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .paircomparisons import GroundTruthComparison
from .groundtruthstudy import GroundTruthStudy
from .studytools import iter_computed_sorting ## TODO remove this
from .comparisontools import make_collision_events

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion src/spikeinterface/comparison/correlogram.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .paircomparisons import GroundTruthComparison
from .groundtruthstudy import GroundTruthStudy
from .studytools import iter_computed_sorting ## TODO remove this
from spikeinterface.postprocessing import compute_correlograms


Expand Down
59 changes: 0 additions & 59 deletions src/spikeinterface/comparison/tests/test_studytools.py

This file was deleted.

0 comments on commit 77505ad

Please sign in to comment.