Skip to content

Commit

Permalink
Run lint
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Nov 14, 2023
1 parent beba769 commit c8f619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktree/stats/forestht.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def _statistic(
indices_train, indices_test = self.train_test_samples_[0]

X_train, _ = X[indices_train, :], X[indices_test, :]
y_train, y_test = y[indices_train, :], y[indices_test, :]
y_train, _ = y[indices_train, :], y[indices_test, :]

if covariate_index is not None:
# perform permutation of covariates
Expand Down

0 comments on commit c8f619a

Please sign in to comment.