Skip to content

Commit

Permalink
Make importing nospike model easier
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Aug 8, 2024
1 parent 905b5f4 commit c9157f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/non_local_detector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
MultiEnvironmentSortedSpikesClassifier,
NonLocalClusterlessDetector,
NonLocalSortedSpikesDetector,
NoSpikeContFragClusterlessClassifier,
NoSpikeContFragSortedSpikesClassifier,
SortedSpikesDecoder,
)

Expand Down
4 changes: 4 additions & 0 deletions src/non_local_detector/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
NonLocalClusterlessDetector,
NonLocalSortedSpikesDetector,
)
from non_local_detector.models.nospike_cont_frag_model import ( # noqa
NoSpikeContFragClusterlessClassifier,
NoSpikeContFragSortedSpikesClassifier,
)

0 comments on commit c9157f1

Please sign in to comment.