Skip to content

Commit 765d2de

Browse files
committed
automlx sub 1 hr test removed
1 parent 58ae7c9 commit 765d2de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/operators/forecast/test_datasets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868

6969
for dataset_i in DATASETS_LIST: # + [DATASETS_LIST[-2]]
7070
for model in MODELS:
71-
parameters_short.append((model, dataset_i))
71+
if model != "automlx" and dataset_i != f"{DATASET_PREFIX}dataset3.csv":
72+
parameters_short.append((model, dataset_i))
7273

7374

7475
def verify_explanations(tmpdirname, additional_cols):

0 commit comments

Comments
 (0)