Closed rcannood closed 5 years ago
Merging #138 into master will decrease coverage by
0.06%
. The diff coverage is60%
.
@@ Coverage Diff @@
## master #138 +/- ##
==========================================
- Coverage 86.13% 86.07% -0.07%
==========================================
Files 45 45
Lines 2655 2665 +10
==========================================
+ Hits 2287 2294 +7
- Misses 368 371 +3
Impacted Files | Coverage Δ | |
---|---|---|
R/wrap_add_dimred.R | 50.93% <58.33%> (+0.93%) |
:arrow_up: |
R/method_create_ti_method_container.R | 87.5% <66.66%> (-1.18%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 22733c0...92bba62. Read the comment docs.
MINOR CHANGE
add_dimred()
: Add a separate argument for specifying the projected dimred rather than expecting the projected dimred to be passed as additional columns indimred
.BUG FIX: Fix for dynverse/dyno#52, do specify whether or not to use optional priors when passed.