Adding table getters and appenders, simplifying, sorting, and variants iterator - #132
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
c443f64 to
c309e3a
Compare
|
I have rebased this to the most recent |
|
There is quite a bit to review in this PR, so best to make a list of new things! @LynxJinyangii I would appreciate such communication so it's easier to follow your work and thoughts etc. Best to err on the slight "over communication" that "no communication";) Even just copying From what I gather, this is the list of additions we should review:
|
|
@LynxJinyangii I have pushed changes to this branch/PR (rebased to main, which required sorting some merge conflicts; and come comments on sort), so best if you first pull before you start changes on your end. |
|
I have done some polishing of the code, docs, and terms in my recent commit&push. @LynxJinyangii make sure you |
|
@bryo-han do you have capacity to go over this PR while I focus on teaching/course? |
gregorgorjanc
left a comment
There was a problem hiding this comment.
@LynxJinyangii I have tagged you in a bunch of places where I don't see changes when I last reviewed certain parts. Remember to click on the > or v symbol next to file names to fold and unfold the file so you can see comments as you scroll through the files. Also, when the diff is large GitHub will not render the diff so you have to click on the file display to see diffs and comment sections.
| SEXP ts, Rcpp::Nullable<Rcpp::IntegerVector> samples = R_NilValue, | ||
| bool isolated_as_missing = true, | ||
| Rcpp::Nullable<Rcpp::CharacterVector> alleles = R_NilValue, | ||
| double left = 0.0, double right = NA_REAL); |
There was a problem hiding this comment.
@LynxJinyangii Python API has None for all of these args so would be good to be consistent/in-line with that API here to. The Python API then checks the inputs and does what it does. Best to follow that style on our end too. So, put R_NilValue (or should it be NA_REAL?). We can come back to this once I review everything;)
1b577fb to
d5f4377
Compare
|
@LynxJinyangii I have now pushed my changes and squashed commits into one. I still have to review/polish the variants iterator, which will come as part (in sync) of AlphaSimR review. |
No description provided.