Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 4, 2023
1 parent 9d2bb90 commit e7f1133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vibromaf/util/matlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_data_for_metric(
)

train_indices = [
element for element in range(0, vcpwq.shape[1]) if element not in test_indices
element for element in range(vcpwq.shape[1]) if element not in test_indices
]

return np.concatenate(
Expand Down

0 comments on commit e7f1133

Please sign in to comment.