-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix image overlays for single band data (requires trollimage 1.6+) #551
Fix image overlays for single band data (requires trollimage 1.6+) #551
Conversation
Codecov Report
@@ Coverage Diff @@
## master #551 +/- ##
==========================================
+ Coverage 76.81% 77.26% +0.44%
==========================================
Files 136 136
Lines 19029 19124 +95
==========================================
+ Hits 14618 14776 +158
+ Misses 4411 4348 -63
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice to have this feature implemented, thanks!
Pydecorate's documentation has now been rebuilt and the intersphinx links now pass however the reader table looks like it has some indentation issues. I'll fix that in the related reader rename PR. |
Tests are currently failing due to a bug in trollimage 1.6.0 that will be fixed in 1.6.1 via pytroll/trollimage#34 |
Requires pytroll/trollimage#28 to be merged and trollimage 1.6 to be released.
Additionally the documentation currently fails to build because pydecorate hasn't had a passing sphinx build on readthedocs in over a year. I think once it is built with a semi-recent version of sphinx it should include the necessary intersphinx inventory files on readthedocs.
git diff origin/master -- "*py" | flake8 --diff