Closed elbeejay closed 3 years ago
Merging #226 (f86844e) into develop (890f242) will decrease coverage by
0.06%
. The diff coverage is63.63%
.
@@ Coverage Diff @@
## develop #226 +/- ##
===========================================
- Coverage 78.59% 78.52% -0.07%
===========================================
Files 12 12
Lines 2560 2571 +11
===========================================
+ Hits 2012 2019 +7
- Misses 548 552 +4
Impacted Files | Coverage Δ | |
---|---|---|
pyDeltaRCM/iteration_tools.py | 92.94% <42.85%> (-2.36%) |
:arrow_down: |
pyDeltaRCM/init_tools.py | 97.03% <100.00%> (+<0.01%) |
:arrow_up: |
pyDeltaRCM/model.py | 89.51% <100.00%> (+0.04%) |
:arrow_up: |
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 890f242...f86844e. Read the comment docs.
Prototyping the addition of a metadata field that tracks the elapsed time between when a model is initialized and when it is finalized. Could be useful when designing and running a test case that is then intended to be repeated a bunch of times with similar parameters. Relates to #225
Still need to write tests for this and make sure it works as expected...