Skip to content

Commit c74ef9f

Browse files
committed
quotes
1 parent 830f584 commit c74ef9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnx_diagnostic/torch_models/test_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ def validate_model(
193193
dynamic_shapes=data["dynamic_shapes"],
194194
)
195195
if verbose:
196-
print(f"[validate_model] new inputs: {string_type(data["inputs"])}")
196+
print(f"[validate_model] new inputs: {string_type(data['inputs'])}")
197197
print(
198198
f"[validate_model] new dynnamic_shapes: "
199-
f"{_ds_clean(data["dynamic_shapes"])}"
199+
f"{_ds_clean(data['dynamic_shapes'])}"
200200
)
201201

202202
if not empty(dtype):

0 commit comments

Comments
 (0)