From efac17a2e119452b3c41ba78f1e8218a08fd28e8 Mon Sep 17 00:00:00 2001 From: Aamir Nazir Date: Fri, 12 Jul 2024 18:21:56 +0400 Subject: [PATCH] Fix error in test_models --- tests/torch/fx/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/torch/fx/test_models.py b/tests/torch/fx/test_models.py index 9b4196cab41..c4a9d3f4958 100644 --- a/tests/torch/fx/test_models.py +++ b/tests/torch/fx/test_models.py @@ -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