-
Notifications
You must be signed in to change notification settings - Fork 13
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
Split VGAC files at midnight #87
Conversation
Also no longer support older version of python.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #87 +/- ##
==========================================
- Coverage 77.27% 75.75% -1.53%
==========================================
Files 21 23 +2
Lines 1474 1633 +159
Branches 126 141 +15
==========================================
+ Hits 1139 1237 +98
- Misses 308 360 +52
- Partials 27 36 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 9777294376Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
We know that 1.7.3 is broken for numpy 2.0 but we do not know fo rnext version. Other readers are working for numpy = 2.0.0. Keep the CI tests for numpy 1.26.4
Pull Request Test Coverage Report for Build 9777875117Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Also added test.
Pull Request Test Coverage Report for Build 9805623438Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Split VGAC files at midnight and allow for sending in an outpath to be filled with start-time information.
vgac2pps.py -o out_dir/%Y%m%d/ ~/DATA_MISC/CLARAA3p5/VGAC_VNPP02MOD_A2012365_2304_n06095_K005.nc
pytest level1c4pps
flake8