Skip to content

Commit

Permalink
Lint space
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 2, 2024
1 parent cc70bd0 commit 2cf32b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def _get_y_train_leaves_slice(
y_indices = bootstrap_indices[leaf_values_list].reshape(-1, 1, n_outputs)
for j in range(n_outputs):
y_train_leaves_slice[leaf_indices, j, 0] = y_indices[:, 0, j]

else: # get mapping for arbitrary leaf sizes
y_train_leaves_slice = map_indices_to_leaves(
y_train_leaves_slice=y_train_leaves_slice,
Expand Down

0 comments on commit 2cf32b4

Please sign in to comment.