Closed mcgibbon closed 6 years ago
Merging #20 into master will increase coverage by
0.07%
. The diff coverage is85.71%
.
@@ 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.
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.