Skip to content

Commit 58e0642

Browse files
committed
Minor changes to unit tests.
1 parent 1bced06 commit 58e0642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ using Test
2626
generators = Dict(:wachter => generator)
2727
experiment = set_up_experiment(data_train, data_test, models, generators)
2828

29-
run!(experiment)
29+
run!(experiment, n_folds=1, n_rounds=5)
3030

3131
end

0 commit comments

Comments
 (0)