Skip to content

Commit 5e5c224

Browse files
committed
reduce # of datasets
1 parent fff6476 commit 5e5c224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/default_setup/opctl/test_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
parameters_short = []
7474

75-
for dataset_i in DATASETS_LIST[2:3] + [DATASETS_LIST[-2]]:
75+
for dataset_i in DATASETS_LIST[2:3]: # + [DATASETS_LIST[-2]]
7676
for model in [
7777
"arima",
7878
"automlx",

0 commit comments

Comments
 (0)