Skip to content

Commit c48ebaf

Browse files
committed
minor typo
1 parent ddaeede commit c48ebaf

File tree

1 file changed

+1
-1
lines changed
  • ads/opctl/operator/lowcode/anomaly

1 file changed

+1
-1
lines changed

ads/opctl/operator/lowcode/anomaly/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ def default_signer(**kwargs):
8080

8181

8282
def select_auto_model(operator_config):
83-
if operator_config.spec.datetime_column is not None:
83+
if operator_config.spec.datetime_column.name is not None:
8484
return SupportedModels.AutoTS
8585
return SupportedModels.IsolationForest

0 commit comments

Comments
 (0)