-
Notifications
You must be signed in to change notification settings - Fork 26
Asnumpy writable #888
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
Asnumpy writable #888
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #888 +/- ##
===========================================
- Coverage 88.63% 88.60% -0.03%
===========================================
Files 117 117
Lines 9575 9578 +3
===========================================
Hits 8487 8487
- Misses 1088 1091 +3
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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, but can probably revert the change to
| noisy_imgs_copy = imgs_src.images[:n_imgs].asnumpy().copy() |
|
Sure thing, got it. Thanks |
Closes #887