Skip to content

Commit 798e112

Browse files
authored
Argument test functions in test_transfertree.py
1 parent ba06402 commit 798e112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_transfertree.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
clf_source_rf.fit(Xs, ys)
6464

6565

66-
def test_transfer_tree(clf_source_dt,Xt,yt,Xt_test,yt_test):
66+
def test_transfer_tree():
6767

6868
clfs = []
6969
scores = []
@@ -153,7 +153,7 @@ def test_transfer_tree(clf_source_dt,Xt,yt,Xt_test,yt_test):
153153
clfs.append(transferred_dt.estimator_)
154154
scores.append(score)
155155

156-
def test_transfer_forest(clf_source_rf,Xt,yt,Xt_test,yt_test):
156+
def test_transfer_forest():
157157

158158
clfs = []
159159
scores = []

0 commit comments

Comments
 (0)