Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[op conformance] Fix threshold bugs in ov::test::utils::compare (#22972)
### Details: - *fixed problem, when all actual values are 0 -> rel_error 0, abs_error more then 0 -> but test is PASS* - *fixed problem, when one threshold is set by user, another threshold is set to default values std::numeric_limits<double>::max and some problem appears in test -> but test is PASS, because one of thresholds is very big* ### Tickets: - *CVS-133173*
- Loading branch information