Skip to content

Commit

Permalink
Make submodule install easier
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Oct 12, 2023
1 parent 5336b1f commit d49572a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sklearn/utils/_random.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import numpy as np
cimport numpy as cnp
cnp.import_array()

from . import check_random_state
# XXX: added instead of relative import to make scikit-tree easier
# from .utils import check_random_state
from sklearn.utils import check_random_state

cdef UINT32_t DEFAULT_SEED = 1

Expand Down

0 comments on commit d49572a

Please sign in to comment.