Skip to content

Commit 64da542

Browse files
authored
Update test_transfertree.py
1 parent 798e112 commit 64da542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transfertree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def test_transfer_forest():
231231
scores.append(score)
232232

233233

234-
def test_transfer_forest_selection(clf_source_rf,Xt,yt,Xt_test,yt_test):
234+
def test_transfer_forest_selection():
235235

236236
algo_list = ['src','trgt','relab','ser','strut','ser','ser','strut','strut','strut']
237237
algo_name = ['src','trgt','relab','ser','strut','ser_noprune','ser_lambda_noprune','strut_nodiv','strut_lambda','strut_lambda_noprune']

0 commit comments

Comments
 (0)