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
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent 83e425f commit a785ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moabb/evaluations/splitters.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_n_splits(self, metadata):

def split(self, y, metadata, **kwargs):
all_index = metadata.index.values
subjects = metadata['subject'].unique()
subjects = metadata["subject"].unique()

# Shuffle subjects if required
if self.shuffle_subjects:
Expand Down

0 comments on commit a785ef7

Please sign in to comment.