We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5451c2c commit eee5a2bCopy full SHA for eee5a2b
ads/opctl/operator/lowcode/forecast/model/automlx.py
@@ -105,7 +105,7 @@ def _build_model(self) -> pd.DataFrame:
105
engine_opts = (
106
None
107
if engine_type == "local"
108
- else ({"ray_setup": {"_temp_dir": "/tmp/ray-temp"}},)
+ else {"ray_setup": {"_temp_dir": "/tmp/ray-temp"}}
109
)
110
init(
111
engine=engine_type,
0 commit comments