Skip to content

Commit e141795

Browse files
eaidovaecharlaix
andauthored
Update tests/openvino/test_quantization.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent 01c8117 commit e141795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def test_ovmodel_load_large_model_with_additional_quantization_config(self):
509509
"compression_option": "fp32",
510510
"compression_ratio": None,
511511
}
512-
save_model_patch.aasert_called_with(saving_params)
512+
save_model_patch.assert_called_with(saving_params)
513513

514514

515515
class OVQuantizerQATest(unittest.TestCase):

0 commit comments

Comments
 (0)