Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changes - Skip `test_non_convertable_division` on MacOS - Cut values to 1e-10, more digits after zero dont change a result - Use onle line `pip install` in gha ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/12969549430/job/36208496733 ``` FAILED tests/openvino/native/test_node_utils.py::test_non_convertable_division[0.058599039912223816-15-True-0.003906603] - AssertionError: Not equal to tolerance rtol=0, atol=0 Mismatched elements: 1 / 1 (100%) Max absolute difference among violations: 3.5297126e-07 Max relative difference among violations: 9.035248e-05 ACTUAL: array([0.003906], dtype=float32) DESIRED: array([0.003907], dtype=float32) FAILED tests/openvino/native/test_node_utils.py::test_non_convertable_division[0.058599039912223816-15-False-0.003906602505594492] - AssertionError: Not equal to tolerance rtol=0, atol=0 Mismatched elements: 1 / 1 (100%) Max absolute difference among violations: 3.525056e-07 Max relative difference among violations: 9.023329e-05 ACTUAL: array([0.003906], dtype=float32) DESIRED: array([0.003907], dtype=float32) ``` ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/12991342528/job/36228616650 --------- Co-authored-by: Nikita Savelyev <[email protected]>
- Loading branch information