Closed jorgepiloto closed 3 years ago
All tests should be passing... 🤞🏽
Merging #46 (30cadee) into main (2222175) will increase coverage by
0.20%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #46 +/- ##
==========================================
+ Coverage 90.13% 90.33% +0.20%
==========================================
Files 19 19
Lines 1226 1252 +26
Branches 182 182
==========================================
+ Hits 1105 1131 +26
Misses 70 70
Partials 51 51
Impacted Files | Coverage Δ | |
---|---|---|
src/lamberthub/p_solvers/battin.py | 100.00% <100.00%> (ø) |
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 2222175...30cadee. Read the comment docs.
Merging! 🚀
Refactors Battin's current solver by converting one line statements into separate functions. These enables user to access all the different expressions from the original paper and will be useful when working with the gallery examples.