Closed mathematicalmichael closed 3 years ago
Merging #36 (186eb21) into main (f8d3f9c) will decrease coverage by
1.76%
. The diff coverage is7.69%
.
@@ Coverage Diff @@
## main #36 +/- ##
==========================================
- Coverage 56.16% 54.40% -1.77%
==========================================
Files 4 4
Lines 308 318 +10
Branches 55 57 +2
==========================================
Hits 173 173
- Misses 103 113 +10
Partials 32 32
Impacted Files | Coverage Δ | |
---|---|---|
src/mud/funs.py | 39.08% <7.69%> (-2.39%) |
: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 f8d3f9c...ec03bf3. Read the comment docs.
this enables the 2D (and hopefully arbitrary dimensions, just untested) for the pde example.
made some observations about the separation of responsibilities, need to migrate noise generation outside of
mud_problem
/map_problem
.