Closed marcinlos closed 3 years ago
Merging #61 (d387ed0) into develop (21e69d1) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #61 +/- ##
========================================
Coverage 35.66% 35.66%
========================================
Files 43 43
Lines 1203 1203
========================================
Hits 429 429
Misses 774 774
Impacted Files | Coverage Δ | |
---|---|---|
include/ads/simulation/basic_simulation_2d.hpp | 0.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 21e69d1...d387ed0. Read the comment docs.
This makes the
relative_error
return a number in range[0, 1]
and fixes inappropriate usage inmultistep3d
.Closes #60