Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 committed Jul 26, 2024
1 parent f63ea0a commit 20380eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torch/fx/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ def test_models(test_case: ModelCase, fx_dir):
compare_nncf_graph_model(nncf_graph, model_name, path_to_dot)
model_metatypes = {n.node_name: n.metatype.name for n in nncf_graph.get_all_nodes()}
ref_metatypes = get_ref_metatypes_from_json(model_name, model_metatypes)
assert model_metatypes == ref_metatypes
assert model_metatypes == ref_metatypes

0 comments on commit 20380eb

Please sign in to comment.