[r] Implement missing domain argument to DataFrame create#3032
Merged
[r] Implement missing domain argument to DataFrame create#3032
domain argument to DataFrame create#3032Conversation
fb3bebb to
12cc969
Compare
4811339 to
50e7a5d
Compare
419c1b0 to
0557481
Compare
248ba3a to
d4060ad
Compare
0557481 to
ef401e1
Compare
d4060ad to
4900762
Compare
4900762 to
3ab1c7d
Compare
ef401e1 to
f1c104a
Compare
df2dc41 to
4f15cb2
Compare
Contributor
Author
|
Update: fixed |
domain argument to DataFrame createdomain argument to DataFrame create [WIP]
4f15cb2 to
28a00e6
Compare
331a662 to
74c5503
Compare
28a00e6 to
c684adb
Compare
7cf09c0 to
f0504ea
Compare
feaaa50 to
877ec91
Compare
25cbbe1 to
3e731f8
Compare
3e731f8 to
7dc11ab
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3032 +/- ##
==========================================
- Coverage 89.02% 88.98% -0.04%
==========================================
Files 45 45
Lines 4284 4287 +3
==========================================
+ Hits 3814 3815 +1
- Misses 470 472 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1531119 to
27dc91f
Compare
mojaveazure
requested changes
Sep 30, 2024
9269614 to
39db38b
Compare
mojaveazure
requested changes
Sep 30, 2024
Member
mojaveazure
left a comment
There was a problem hiding this comment.
There was one comment on my last review that didn't get looked at https://github.com/single-cell-data/TileDB-SOMA/pull/3032/files#r1781709758
Co-authored-by: Paul Hoffman <[email protected]>
Contributor
Author
|
Oops, my bad @mojaveazure ! e7a2e74 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue and/or context: As tracked on issue #2407 / [sc-51048]. Fixes #2967 / [sc-55657].
Changes:
As a legacy R/Python-parity issue, the
domainargument toSOMADataFrame'screate-- from the SOMA spec -- was never implemented in R. Here we remedy that.Notes for Reviewer:
This PR is a work in progress. It is not ready for review.
Unit-test cases are not yet implemented.