Skip to content

Commit

Permalink
fix build ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Nov 26, 2024
1 parent 489c039 commit 9d8ab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_onnxslim.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class TestFunctional:
def __test_command_basic(self, request, in_model_path=FILENAME, out_model_name="resnet18.onnx", arg_str=""):
with tempfile.TemporaryDirectory() as tempdir:
summary = summarize_model(slim(in_model_path), request.node.name))
summary = summarize_model(slim(in_model_path), request.node.name)
print_model_info_as_table(summary)
out_model_path = os.path.join(tempdir, out_model_name)
slim(in_model_path, out_model_path)
Expand Down

0 comments on commit 9d8ab70

Please sign in to comment.