Skip to content

Commit

Permalink
Fix error in test_models
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 committed Jul 12, 2024
1 parent 42deabb commit efac17a
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 @@ -124,7 +124,7 @@ def compare_nncf_metatypes_model(model_metatypes: Dict[NNCFNodeName, Type[Operat
if ref_metatypes == model_metatypes:
model_metatypes_match = True
else:
False
model_metatypes_match = False
return model_metatypes_match


Expand Down

0 comments on commit efac17a

Please sign in to comment.