ivy-llc / ivy

Convert Machine Learning Code Between Frameworks
https://ivy.dev
Other
14.02k stars 5.77k forks source link

Fix Frontend Failing Test: paddle - operators.jax.lax.ne #28728

Closed ZJay07 closed 5 months ago

ZJay07 commented 6 months ago

PR Description

Error was due to very small abs differences, where jax rounds down to 0 but paddlepaddle takes the value. Fix by limiting the smallest abs value that can be generated for testing

eg: -2.23517418e-08 and -1.49011612e-08, is labelled as False in paddle but True in jax

Related Issue

Close https://github.com/unifyai/ivy/issues/28727

Checklist

Socials