Skip to content

Commit 5f86ecf

Browse files
committed
nit: updated tmp_path
Signed-off-by: gcunhase <[email protected]>
1 parent 2fe7547 commit 5f86ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/onnx/test_quantize_int8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_int8(tmp_path, high_precision_dtype):
6262
assert _assert_nodes_are_quantized(mm_nodes)
6363

6464

65-
def test_convtranspose_conv_residual_int8(tmp_path="./"):
65+
def test_convtranspose_conv_residual_int8(tmp_path):
6666
onnx_model = build_convtranspose_conv_residual_model()
6767
onnx_path = os.path.join(tmp_path, "convtranspose_conv_residual_model.onnx")
6868
save_onnx(onnx_model, onnx_path)

0 commit comments

Comments
 (0)