We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe7547 commit 5f86ecfCopy full SHA for 5f86ecf
tests/unit/onnx/test_quantize_int8.py
@@ -62,7 +62,7 @@ def test_int8(tmp_path, high_precision_dtype):
62
assert _assert_nodes_are_quantized(mm_nodes)
63
64
65
-def test_convtranspose_conv_residual_int8(tmp_path="./"):
+def test_convtranspose_conv_residual_int8(tmp_path):
66
onnx_model = build_convtranspose_conv_residual_model()
67
onnx_path = os.path.join(tmp_path, "convtranspose_conv_residual_model.onnx")
68
save_onnx(onnx_model, onnx_path)
0 commit comments