Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Apr 18, 2024
1 parent 68446c7 commit e67f266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nltools/data/brain_data.py
Expand Up @@ -1273,9 +1273,9 @@ def predict(self, algorithm=None, cv_dict=None, plot=True, verbose=True, **kwarg
self.data[test]
)
else:
output["dist_from_hyperplane_xval"][test] = (
predictor_cv.decision_function(self.data[test])
)
output["dist_from_hyperplane_xval"][
test
] = predictor_cv.decision_function(self.data[test])
if (
predictor_settings["algorithm"] == "svm"
and predictor_cv.probability
Expand Down

0 comments on commit e67f266

Please sign in to comment.