Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Aug 15, 2024
1 parent 968cce8 commit 0ee347e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantile_forest/_quantile_forest_fast.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ cdef class QuantileForest:

if self.y_bound_leaves is None:
self.y_bound_leaves = np.empty(shape=(0, 0, 0), dtype=np.float64)

def __reduce__(self):
"""Reduce re-implementation, for pickling."""
if self.sparse_pickle:
Expand Down

0 comments on commit 0ee347e

Please sign in to comment.