-
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
Add numpy.real to Numpy frontend #10483
Conversation
This reverts commit 9d1bf8f.
Hey @Joboa first of all thanks for contributing ,the PR implementation look's good, though few things require a small fix the PR introduced some lint failures which should be easy to fix could you go through them and fix the lint errors thanks! |
@vaatsalya123 , the lint error still persists. I followed the documentation on how to fix it. |
Hey @Joboa you need to look through this once more you will understand how to fix the issue basically add spaces at the end of the file: |
Yep all look's good thanks! |
* Add imag function to Numpy frontend * Fix imag function for Numpy frontend * Add real function to Numpy frontend * Revert "Add real function to Numpy frontend" This reverts commit 9d1bf8f. * Add real function to Numpy frontend * fix real complex numbers function for Numpy frontend
* Add imag function to Numpy frontend * Fix imag function for Numpy frontend * Add real function to Numpy frontend * Revert "Add real function to Numpy frontend" This reverts commit 9d1bf8f. * Add real function to Numpy frontend * fix real complex numbers function for Numpy frontend
Close #10478