jrenaud90 / TidalPy

Software suite to perform solid-body tidal dissipation calculations for rocky and icy worlds
Other
15 stars 3 forks source link

Added multi-layer functionality to TidalPy #27

Closed jrenaud90 closed 3 years ago

jrenaud90 commented 3 years ago

Scripts based on 0.2.x will likely break with this version!

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (750a8fa) into master (6e9e6d5) will increase coverage by 13.97%. The diff coverage is 85.32%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #27       +/-   ##
===========================================
+ Coverage   60.79%   74.77%   +13.97%     
===========================================
  Files         168      216       +48     
  Lines       12394    15238     +2844     
===========================================
+ Hits         7535    11394     +3859     
+ Misses       4859     3844     -1015     
Impacted Files Coverage Δ
TidalPy/cooling/__init__.py 87.50% <ø> (ø)
TidalPy/dynamics/__init__.py 100.00% <ø> (ø)
TidalPy/tides/methods/global_approx.py 89.20% <ø> (+10.79%) :arrow_up:
TidalPy/utilities/classes/config/json_utils.py 23.52% <ø> (ø)
TidalPy/utilities/graphics/planet_plot.py 75.00% <ø> (ø)
TidalPy/toolbox/multilayer/liquid_solid.py 9.81% <9.81%> (ø)
TidalPy/utilities/integration/helpers.py 31.81% <31.81%> (ø)
TidalPy/utilities/math/special.py 38.88% <38.88%> (ø)
...ltilayer/numerical_int/initial_solution_dynamic.py 55.77% <55.77%> (ø)
TidalPy/toolbox/multilayer/homogen_solid.py 57.14% <57.14%> (ø)
... and 189 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 6e9e6d5...750a8fa. Read the comment docs.