mathematicalmichael / mud

https://mud.dataconsistent.com
MIT License
2 stars 2 forks source link

handle multiple qoi for mud #36

Closed mathematicalmichael closed 3 years ago

mathematicalmichael commented 3 years ago

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (186eb21) into main (f8d3f9c) will decrease coverage by 1.76%. The diff coverage is 7.69%.

Impacted file tree graph

@@            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.