Skip to content

Commit fdaa337

Browse files
committed
run for big dataset
1 parent 26e4fa5 commit fdaa337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/operators/anomaly/test_anomaly_simple.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from ads.opctl.operator.cmd import run
1818

1919

20-
MODELS = ["autots"] # "automlx",
20+
MODELS = ["autots", "merlion_ad"] # "automlx",
2121

2222
# Mandatory YAML parameters
2323
TEMPLATE_YAML = {
@@ -52,9 +52,9 @@
5252
for d in DATASETS:
5353
parameters_short.append((m, d))
5454

55-
MODELS = ["autots", "oneclasssvm", "isolationforest", "randomcutforest", "merlion_ad"]
55+
MODELS = ["autots", "oneclasssvm", "isolationforest", "randomcutforest"]
5656

57-
@pytest.mark.parametrize("model", ["autots"])
57+
@pytest.mark.parametrize("model", ["autots", "merlion_ad"])
5858
def test_artificial_big(model):
5959
all_data = []
6060
TARGET_COLUMN = "sensor"

0 commit comments

Comments
 (0)