Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 5ea91fd

Browse files
authored
Merge pull request #113 from onnx/gs/0
fix unit tests
2 parents 85f7bf7 + 5e1a052 commit 5ea91fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def run_onnxtensorflow(onnx_graph, inputs):
173173
return results
174174

175175
def _run_backend(self, g, args, input_dict, expected):
176-
model_proto = g.make_model("test", args.inputs, args.outputs)
176+
model_proto = g.make_model("test", args.outputs)
177177
if BACKEND == "onnxmsrt":
178178
y = self.run_onnxmsrt(model_proto, input_dict, args.outputs, self._testMethodName)
179179
elif BACKEND == "onnxmsrtnext":

0 commit comments

Comments
 (0)