-
Notifications
You must be signed in to change notification settings - Fork 303
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
Make sunz correction use available sunz dataset #1089
Make sunz correction use available sunz dataset #1089
Conversation
DeepCode's analysis on #3a29b0 found:1 minor issue. ✔️ 1 issue were fixed. 👉 View analysis in DeepCode’s Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #1089 +/- ##
==========================================
+ Coverage 89.43% 89.46% +0.02%
==========================================
Files 198 198
Lines 29033 29167 +134
==========================================
+ Hits 25965 26093 +128
- Misses 3068 3074 +6
Continue to review full report at Codecov.
|
I noticed that the sun zenith angles being an optional dataset, it was never used by the
SunZenithCorrector
. This PR fixes the issue.flake8 satpy