-
Notifications
You must be signed in to change notification settings - Fork 92
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
Closes #3782: flip function to match numpy #3791
Closes #3782: flip function to match numpy #3791
Conversation
97f0724
to
9e1f277
Compare
9e1f277
to
4a7b6a3
Compare
70194c8
to
188e515
Compare
Fixed two problems likely causing it to fail locally but not in the CI:
Thanks Andy, for pointing this out. @drculhane |
This is what I get. I had it sent to a text file, since these sorts of things are always long. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! small comment on the test class name
188e515
to
6d011a2
Compare
1b91ab4
to
a07e845
Compare
This PR adds a flip function to match numpy:
https://numpy.org/doc/2.1/reference/generated/numpy.flip.html
Closes #3782: flip function to match numpy