Skip to content

Commit 405eaf2

Browse files
committed
FIX wrong variable name
1 parent 0001c0c commit 405eaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pipeline/test_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_multilabel(self):
157157
cached_func = cache.cache(
158158
sklearn.datasets.make_multilabel_classification
159159
)
160-
X, Y = sklearn.datasets.cached_func(
160+
X, Y = cached_func(
161161
n_samples=150,
162162
n_features=20,
163163
n_classes=5,

0 commit comments

Comments
 (0)