Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Nov 27, 2024
1 parent 7e53d40 commit 03fadff
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 @@ -11,7 +11,7 @@
FILENAME = f"{MODELZOO_PATH}/resnet18/resnet18.onnx"


class TestFunctional:
class TestFunctional:
def __test_command_basic(self, request, in_model_path, out_model_path, arg_str=""):
summary = summarize_model(slim(in_model_path), request.node.name)
print_model_info_as_table(summary)
Expand Down

0 comments on commit 03fadff

Please sign in to comment.