-
Notifications
You must be signed in to change notification settings - Fork 302
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
EOExecutor improvements, part 3 #360
Conversation
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.
Carrying the handler generator around makes the code a bit less readable, but I see no better way
visualization/eolearn/visualization/eoexecutor_visualization.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## develop-v1.0 #360 +/- ##
================================================
+ Coverage 82.88% 82.99% +0.10%
================================================
Files 53 53
Lines 5365 5422 +57
================================================
+ Hits 4447 4500 +53
- Misses 918 922 +4
Continue to review full report at Codecov.
|
Implements various improvements in
EOExecutor
class and especially in the generated report. Changes are documented in commit messages.