We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9039e47 commit d45807fCopy full SHA for d45807f
tests/openvino/test_quantization.py
@@ -1262,7 +1262,7 @@ def test_ovmodel_load_large_model_with_default_compressed_weights(self):
1262
1263
def main_export_in_stacktrace(*args, **kwargs):
1264
# Compression was called from `main_export`
1265
- self.assertTrue(inspect.stack()[5].function == "main_export")
+ self.assertTrue(inspect.stack()[6].function == "main_export")
1266
return compressed_model_mock_obj
1267
1268
with unittest.mock.patch(
0 commit comments