Skip to content

Commit dd5bdc6

Browse files
committed
for Debug COV test in CI
1 parent fb7c758 commit dd5bdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flow/tests_onnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_onnx_modelrun_mnist(env):
1616
return
1717

1818
con = env.getConnection()
19-
19+
x=input()
2020
test_data_path = os.path.join(os.path.dirname(__file__), 'test_data')
2121
model_filename = os.path.join(test_data_path, 'mnist.onnx')
2222
wrong_model_filename = os.path.join(test_data_path, 'graph.pb')

0 commit comments

Comments
 (0)