Closed geoffroyleconte closed 3 years ago
Merging #37 (05e61b5) into master (18015ff) will increase coverage by
0.17%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #37 +/- ##
==========================================
+ Coverage 87.39% 87.56% +0.17%
==========================================
Files 13 14 +1
Lines 920 933 +13
==========================================
+ Hits 804 817 +13
Misses 116 116
Impacted Files | Coverage Δ | |
---|---|---|
src/RipQP.jl | 95.23% <ø> (ø) |
|
src/iterations/iterations.jl | 93.68% <ø> (ø) |
|
src/data_initialization.jl | 96.42% <100.00%> (ø) |
|
src/iterations/solve_method.jl | 100.00% <100.00%> (ø) |
|
src/iterations/system_write.jl | 100.00% <100.00%> (ø) |
|
src/types_definition.jl | 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 18015ff...05e61b5. Read the comment docs.
@dpo is this convenient to write systems? I added explanations in the tutorial. For the right hand sides, I chose the
.rhs
extension because we used it in class, but I can choose something else