Closed gerritholl closed 4 years ago
Merging #79 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #79 +/- ##
=======================================
Coverage 69.21% 69.21%
=======================================
Files 16 16
Lines 3843 3843
=======================================
Hits 2660 2660
Misses 1183 1183
Impacted Files | Coverage Δ | |
---|---|---|
fogpy/composites.py | 99.00% <100.00%> (ø) |
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 52288f0...2900333. Read the comment docs.
With the upcoming satpy changes replacing datasetids by dataids (see https://github.com/pytroll/satpy/pull/1088), attributes on compositors are no longer guaranteed. Adapt their copying to not assume they are present in the first place.