mcgibbon / sympl

A toolkit for building planetary/Earth system models in Python
http://sympl.readthedocs.io
Other
48 stars 14 forks source link

Modified constants behavior, added ImplicitPrognostic #20

Closed mcgibbon closed 6 years ago

mcgibbon commented 6 years ago

See changes to HISTORY.rst for full log. Mainly refactoring the way constants can be interacted with, and adding a new ImplicitPrognostic component type (along with a wrapper that makes them from Implicit objects) which is necessary for certain use cases, like spectral dynamical cores.

codecov-io commented 6 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.07%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   74.86%   74.94%   +0.07%     
==========================================
  Files          13       14       +1     
  Lines        1138     1257     +119     
==========================================
+ Hits          852      942      +90     
- Misses        286      315      +29
Impacted Files Coverage Δ
sympl/__init__.py 100% <100%> (ø) :arrow_up:
sympl/_core/util.py 92.54% <100%> (-0.77%) :arrow_down:
sympl/_core/base_components.py 74.19% <52.38%> (-3.42%) :arrow_down:
sympl/_core/wrappers.py 88.02% <88.02%> (ø)
sympl/_core/constants.py 90.12% <89.47%> (-9.88%) :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 aab0987...ba3c594. Read the comment docs.