Skip to content

Commit ed88bcd

Browse files
committed
mypy
1 parent fa7ff10 commit ed88bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/reference/ort_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def _run(self, node: NodeProto, inputs: List[Any], results: Dict[str, Any]) -> L
714714
assert isinstance(outputs, list), f"Unexpected type for outputs {type(outputs)}"
715715
assert not any(type(v) is list for v in outputs), (
716716
f"One output type is a list, this should not be allowed, "
717-
f"node.op_type={node.op_type}, feeds={string_type(feeds,with_shape_type=True)}"
717+
f"node.op_type={node.op_type}, feeds={string_type(feeds, with_shape=True)}"
718718
)
719719
return outputs
720720

0 commit comments

Comments
 (0)