Skip to content

Commit 2e8f569

Browse files
Fix bug with tree utils
1 parent 4390a7c commit 2e8f569

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

adapt/parameter_based/_transfer_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from adapt.base import BaseAdaptEstimator, make_insert_doc
2121
from adapt.utils import check_arrays, set_random_seed, check_estimator, check_fitted_estimator
2222

23-
import adapt.parameter_based._tree_utils as ut
23+
import adapt._tree_utils as ut
2424

2525

2626
@make_insert_doc(supervised=True)

0 commit comments

Comments
 (0)