Skip to content

Commit e67f266

Browse files
committed
fix formatting
1 parent 68446c7 commit e67f266

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nltools/data/brain_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,9 +1273,9 @@ def predict(self, algorithm=None, cv_dict=None, plot=True, verbose=True, **kwarg
12731273
self.data[test]
12741274
)
12751275
else:
1276-
output["dist_from_hyperplane_xval"][test] = (
1277-
predictor_cv.decision_function(self.data[test])
1278-
)
1276+
output["dist_from_hyperplane_xval"][
1277+
test
1278+
] = predictor_cv.decision_function(self.data[test])
12791279
if (
12801280
predictor_settings["algorithm"] == "svm"
12811281
and predictor_cv.probability

0 commit comments

Comments
 (0)