Skip to content

Commit

Permalink
Update src/spox/_value_prop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourjau authored Oct 23, 2023
1 parent 26a65d3 commit da35037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spox/_value_prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def _run_onnxruntime(
output_feed = dict(zip(output_names, session.run(None, input_feed)))
except Exception as e:
logging.debug(
f"Value propagation in {model} on the ONNX reference implementation failed with - "
f"Value propagation in {model} on the onnxruntime failed with - "
f"{type(e).__name__}: {e}"
)
return {}
Expand Down

0 comments on commit da35037

Please sign in to comment.