Skip to content

Commit 0a96219

Browse files
committed
automlx explainability failing
1 parent 680911a commit 0a96219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/operators/forecast/test_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_load_datasets(model, data_details):
144144

145145
run(yaml_i, backend="operator.local", debug=False)
146146
subprocess.run(f"ls -a {output_data_path}", shell=True)
147-
if yaml_i["spec"]["generate_explanations"]:
147+
if yaml_i["spec"]["generate_explanations"] and model != "automlx":
148148
verify_explanations(
149149
tmpdirname=tmpdirname,
150150
additional_cols=additional_cols,

0 commit comments

Comments
 (0)