ivy-llc / ivy

The Unified ML Representation
https://ivy.dev
Other
14.03k stars 5.82k forks source link

Fix Frontend Failing Test: paddle - comparison.numpy.greater_equal #28701

Closed ZJay07 closed 3 months ago

ZJay07 commented 3 months ago

PR Description

Error thrown due to complex comparison, paddle does not support complex for greater equal not sure why the function was trying to do so, removing the comparison works, but not sure if it was essential to make a "complex acceptable" paddle.greater_equal

ref: https://www.paddlepaddle.org.cn/documentation/docs/en/2.2/api/paddle/greater_equal_en.html#greater-equal

Related Issue

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

Checklist

Socials

ZJay07 commented 3 months ago

Similar fix to https://github.com/unifyai/ivy/pull/28688

Ishticode commented 3 months ago

Similar fix to #28688

Thanks. Similar to #28688 I would say supported dtypes can be extended here too like int8. But I can leave that for another PR. As you changes here don't touch the suppported dtypes decorators etc. As opposed to #28688.