-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added numpy gradient function and its test #27778
Conversation
Try to run the test of the function ivy.gradient and check if the the paddle test fails for that parent function. |
Hi @alvin-98, do you have any update on this PR, |
Hi @NiteshK84, I ran the test of the function ivy.gradient as per @MuhammadNizamani's suggestion above and found that all of its tests were failing, however, only the paddle test was failing in the case of test_numpy_gradient function. |
Hi @alvin-98, |
Hi @alvin-98, |
Closing this due to inactivity for nearly 3 months. Please feel free to reopen if you would like to continue working on this. Thanks for the efforts :) |
PR Description
Added numpy gradient frontend function and its test
Related Issue
Closes #27737
Checklist
The code is failing for paddle alone and for examples involving nan in the output. I'm working on trying to fix it but any help would be great! Thanks :)
This is the failure message from hypothesis -
Socials