-
Notifications
You must be signed in to change notification settings - Fork 97
Closes #2998: diff function #4418
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
Conversation
f32dcc0 to
9396830
Compare
ajpotts
left a comment
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 great! Thanks!
cad2759 to
cfe39f6
Compare
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.
As we've discussed, it needs diff in arkouda's init.py and arkouda/numpy's init.py. With those added, it passes all the tests, so I'm clicking Approve, knowing you'll insert those two.
2738598 to
a01521c
Compare
jaketrookman
left a comment
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
The
difffunction already existed thanks toarray_api, just added it in here. Ordinarily it would be in some kind of utility functions, but since that's where it's suggested thatanyandallbe as well, I put this in the same file. Mostly ripped off the existing unit tests but added some things. Seemed to be unhappy with bool, so I made a small change to Chapel code.Closes #2998: diff function