Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Archermmt committed Nov 12, 2024
1 parent 4ce1011 commit 0d59258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/contrib/test_msc/test_graph_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

def verify_model(torch_model, input_info, expected):
graph, _ = translate.from_torch(torch_model, input_info)
print("[TMINFO] graph " + str(graph))
inspect = graph.inspect()
assert msc_utils.dict_equal(inspect, expected), "Inspect {} mismatch with expected {}".format(
inspect, expected
Expand Down

0 comments on commit 0d59258

Please sign in to comment.