We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0202abf commit 9abca8dCopy full SHA for 9abca8d
tests/unitary/default_setup/opctl/test_datasets.py
@@ -72,7 +72,7 @@
72
73
parameters_short = []
74
75
-for dataset_i in DATASETS_LIST[2:3] + [DATASETS_LIST[-2]]:
+for dataset_i in DATASETS_LIST[2:3]: # + [DATASETS_LIST[-2]]
76
for model in [
77
"arima",
78
"automlx",
0 commit comments