-
Notifications
You must be signed in to change notification settings - Fork 88
Adding cov() functionality with tests #1129
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
…om numpy's cov() implementation Signed-off-by: Joseph Guman <joeytg@stanford.edu>
|
/ok to test |
|
@manopapad Sorry, I had forgotten to merge my branch with branch-24.03 before making the pull request. I made the update and believe it should be ready for a round of testing. |
|
/ok to test |
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
|
Let me know when you're ready to let CI run the tests again. I need to reiterate the magic words "/ok to test" every time ... |
…oseph Guman <joeytg@stanford.edu>
for more information, see https://pre-commit.ci
|
@manopapad I think everything should be good now. If there's anything I missed, I'll fix it immediately and will be going to make all the corrections to average() as well. |
|
/ok to test |
manopapad
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. I made a miniscule change (using clip instead of amax, to avoid an intermediate array), will just wait for CI to pass.
Fitting numpy's cov() implementation into cunumeric's framework