Closed KnutAM closed 1 year ago
Merging #12 (1b09cff) into main (2282257) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #12 +/- ##
=======================================
Coverage 94.52% 94.52%
=======================================
Files 8 8
Lines 146 146
=======================================
Hits 138 138
Misses 8 8
Impacted Files | Coverage Δ | |
---|---|---|
src/nlsolvers.jl | 97.29% <100.00%> (ø) |
|
src/userfunctions.jl | 85.71% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Adds Δa and iteration number to
check_convergence_criterion
andcalculate_convergence_measure
. Additionally (to support this and because good in general), makescalculate_update!(Δa, problem, nlsolver, iter)
mutating