Skip to content

Commit eee5a2b

Browse files
authored
Bug fix in automlx implementation
1 parent 5451c2c commit eee5a2b

File tree

1 file changed

+1
-1
lines changed
  • ads/opctl/operator/lowcode/forecast/model

1 file changed

+1
-1
lines changed

ads/opctl/operator/lowcode/forecast/model/automlx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _build_model(self) -> pd.DataFrame:
105105
engine_opts = (
106106
None
107107
if engine_type == "local"
108-
else ({"ray_setup": {"_temp_dir": "/tmp/ray-temp"}},)
108+
else {"ray_setup": {"_temp_dir": "/tmp/ray-temp"}}
109109
)
110110
init(
111111
engine=engine_type,

0 commit comments

Comments
 (0)