Closed pnuu closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
main@bc61c3a
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage ? 46.49%
=======================================
Files ? 15
Lines ? 2540
Branches ? 0
=======================================
Hits ? 1181
Misses ? 1359
Partials ? 0
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 bc61c3a...e7f87fd. Read the comment docs.
git diff origin/master **/*py | flake8 --diff
Pytroll Schedule assumed the instrument name for MERSI-2 to be
mersi2
, which doesn't work with other parts of the Pytroll ecosystem. This PR makes alsomersi-2
, which is the instrument name in Satpy, to work.Closes #59