erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Fixed addedMass typo in setup.py. #1146

Closed ejtovar closed 4 years ago

ejtovar commented 4 years ago

Mandatory Checklist

Please ensure that the following criteria are met:

As a general rule of thumb, try to follow PEP8 guidelines.

Description

codecov[bot] commented 4 years ago

Codecov Report

Merging #1146 into master will increase coverage by 0.13%. The diff coverage is 59.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1146      +/-   ##
==========================================
+ Coverage   51.63%   51.77%   +0.13%     
==========================================
  Files         539      540       +1     
  Lines      102272   103400    +1128     
==========================================
+ Hits        52805    53531     +726     
- Misses      49467    49869     +402     
Impacted Files Coverage Δ
proteus/WaveTools.py 0.00% <0.00%> (ø)
proteus/config/copper.py 0.00% <ø> (ø)
proteus/mprans/RANS3PSed.py 0.00% <0.00%> (ø)
proteus/mprans/VOS3P.py 0.00% <0.00%> (ø)
proteus/mprans/Dissipation.py 11.87% <12.50%> (+0.41%) :arrow_up:
proteus/mprans/Kappa.py 11.73% <12.50%> (+0.27%) :arrow_up:
...sts/solver_tests_mprans/import_modules/cavity2d.py 66.18% <25.00%> (ø)
proteus/tests/griffiths_lane_6/sm_gl_6_3d_n.py 94.73% <50.00%> (-5.27%) :arrow_down:
proteus/tests/griffiths_lane_6/sm_gl_6_3d_p.py 71.87% <50.00%> (-0.74%) :arrow_down:
proteus/tests/TwoPhaseFlow/damBreak_PUMI.py 92.59% <92.59%> (ø)
... and 13 more

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 a627ca8...955dc1c. Read the comment docs.