Skip to content

Commit b2cb25b

Browse files
committed
add additional flag to unit test argument
1 parent d949996 commit b2cb25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_runs/test_run_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def test_run_and_upload(self):
264264
"min_samples_leaf": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
265265
"bootstrap": [True, False],
266266
"criterion": ["gini", "entropy"]},
267-
cv=StratifiedKFold(n_splits=2, random_state=1),
267+
cv=StratifiedKFold(n_splits=2, shuffle=True),
268268
n_iter=num_iterations)
269269

270270
clfs.append(randomsearch)

0 commit comments

Comments
 (0)