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 27, 2024
1 parent 0de50a7 commit 7a32238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/curation/train_manual_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def process_test_data_for_classification(self):
# Extract the target variable and features
self.y = self.testing_metrics[0][self.target_column]

# Reorder columns to match the initial metrics list,
# Reorder columns to match the initial metrics list,
# Drops any columns not in the metrics list, fills any missing columns with NaN
self.X = self.testing_metrics[0].reindex(columns=self.metrics_list)

Expand Down

0 comments on commit 7a32238

Please sign in to comment.