Skip to content

Commit

Permalink
Fix base testing
Browse files Browse the repository at this point in the history
  • Loading branch information
viclafargue committed Mar 26, 2021
1 parent 1c5f422 commit d199019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cuml/test/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import numpydoc.docscrape
from cuml.test.utils import (get_classes_from_package,
small_classification_dataset)
from cuml._thirdparty.sklearn.utils.skl_dependencies import sklBaseEstimator
from cuml._thirdparty.sklearn.utils.skl_dependencies import BaseEstimator \
as sklBaseEstimator

all_base_children = get_classes_from_package(cuml, import_sub_packages=True)

Expand Down

0 comments on commit d199019

Please sign in to comment.