Closed pseudocubic closed 3 years ago
Merging #36 (815673f) into master (6b05742) will decrease coverage by
0.12%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 69.49% 69.37% -0.13%
==========================================
Files 21 21
Lines 1577 1577
==========================================
- Hits 1096 1094 -2
- Misses 481 483 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/core/solution.jl | 86.66% <0.00%> (-3.34%) |
: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 6b05742...815673f. Read the comment docs.
Updates to PMD v0.12
A minor change to the unit tests was required because we changed the default for ["settings"]["sbase_default"], which, depending on the solver tolerance, can cause some convergence issues; I set the sbase_default=1e3, which matched its previous value for these unit tests.