Skip to content
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: implemented ifftshift and corresponding test #28707

Merged
merged 12 commits into from
Apr 9, 2024

Conversation

VaishnaviMudaliar
Copy link
Contributor

PR Description

Related Issue

Closes #23801

Checklist

  • Did you add a function?
  • Did you add the tests?
  • Did you run your tests and are your tests passing?
  • Did pre-commit not fail on any check?
  • Did you follow the steps we provided?

Socials

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Compliance Checks Passed!

@ivy-leaves ivy-leaves added the JAX Frontend Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist label Mar 30, 2024
@VaishnaviMudaliar VaishnaviMudaliar changed the title feat : added ifftshift and corresponding test feat : implemented ifftshift and corresponding test Mar 30, 2024
@VaishnaviMudaliar VaishnaviMudaliar changed the title feat : implemented ifftshift and corresponding test feat: implemented ifftshift and corresponding test Mar 30, 2024
Copy link
Contributor

@Ishticode Ishticode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Thanks for the PR.
It seems like test_jax_numpy_ifftshift is still failing as seen in the logs here:
image

@VaishnaviMudaliar
Copy link
Contributor Author

image

@Ishticode Kindly review the code , all tests are passing now , however , if anymore changes are needed , kindly let me know 👍

@VaishnaviMudaliar
Copy link
Contributor Author

image
Pre commit passing too.

Copy link
Contributor

@Ishticode Ishticode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Thanks for your patience @VaishnaviMudaliar
Below is a request

@VaishnaviMudaliar
Copy link
Contributor Author

VaishnaviMudaliar commented Apr 9, 2024

image

I have generated the axis parameter as suggested by you by using dtype_values_axis helper function. The tests are passing. Kindly let me know if anymore changes are needed 👍

Copy link
Contributor

@Ishticode Ishticode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @VaishnaviMudaliar
This looks good now. Thank you very much for your effort and patience through this. Will merge this soon. 🙂

@Ishticode Ishticode merged commit 3221d42 into ivy-llc:main Apr 9, 2024
263 of 277 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JAX Frontend Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ifftshift
3 participants