Skip to content

Commit b90b2ee

Browse files
committed
remove tods test for now
1 parent 2ea6b08 commit b90b2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/operators/anomaly/test_anomaly_simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2023 Oracle and/or its affiliates.
3+
# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

66
import yaml
@@ -14,7 +14,7 @@
1414
import numpy as np
1515

1616

17-
MODELS = ["automlx", "tods", "autots"] # , "auto"
17+
MODELS = ["automlx", "autots"] # , "auto", "tods",
1818

1919

2020
TEMPLATE_YAML = {

0 commit comments

Comments
 (0)