Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 21, 2024
1 parent 108f09a commit 1fa0ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/spikeinterface/curation/model_based_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def __init__(self, sorting_analyzer: SortingAnalyzer, pipeline):
self.pipeline = pipeline
self.required_metrics = pipeline.feature_names_in_


def predict_labels(self):
"""
Predicts the labels for the spike sorting data using the trained model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_model_based_classification_init(sorting_analyzer_for_curation, pipeline
assert model_based_classification.sorting_analyzer == sorting_analyzer_for_curation
assert model_based_classification.pipeline == pipeline


def test_model_based_classification_get_metrics_for_classification(
sorting_analyzer_for_curation, pipeline, required_metrics
):
Expand Down

0 comments on commit 1fa0ee2

Please sign in to comment.