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 fff6476 commit 5e5c224Copy full SHA for 5e5c224
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