-
Notifications
You must be signed in to change notification settings - Fork 25
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
[r] Add check_only
support for domain/shape updates
#3400
Conversation
4b4c223
to
5d4893d
Compare
a353014
to
b1e7ebd
Compare
@mojaveazure thanks for the great feedback -- ready for round two! |
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.
I missed two places where we should be checking if (isTRUE(check_only))
🤦, added as suggestions but otherwise this LGTM. Assuming CI passes, please remember to update the changelong, bump the develop version, and 🚢
Co-authored-by: Paul Hoffman <[email protected]>
Issue and/or context: As tracked on issue #2407 / [sc-51048].
Note that the intended Python and R API changes are all agreed on and finalized as described in #2407.
Changes:
These parallel logic surfaced on the Python side but not on the R side.
Found while working on https://cloud.tiledb.com/academy/structure/life-sciences/single-cell/tutorials/shapes/
Notes for Reviewer:
There is unit-test coverage. Also, I ran the cells in https://github.com/TileDB-Inc/TileDB-Documentation/pull/454.