-
Notifications
You must be signed in to change notification settings - Fork 14
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 the AERONET reading more fault tolerable; add possibility to read gzipped files #538
Conversation
Codecov Report
@@ Coverage Diff @@
## main-dev #538 +/- ##
============================================
+ Coverage 76.69% 76.78% +0.09%
============================================
Files 97 97
Lines 17494 17525 +31
============================================
+ Hits 13417 13457 +40
+ Misses 4077 4068 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
I only have small suggestions, mostly a test that raises the new exception.
You can go ahead and merge if you think I'm nitpicking.
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.
👍 ready to merge
Basically a new try for a fix of #518 done because I messed up the branch after @avaldebe merged the source run through black and isort.
No different functionality compared to #527