Skip to content
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

Handle missing station data file rather than exiting with an exception #198

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

EdwardSafford-NOAA
Copy link
Contributor

Add zeroed data if a station data file is missing to ensure continued execution.

Resolves #197

Dependencies

Not a huge deal but I started this branch from my fix for #196 so that should be merged before this change.

Add control file check and graceful exit.
Fix handling missing station data files.
@CoryMartin-NOAA
Copy link
Collaborator

I don't have the authority to merge PRs if the tests fail, so we will need to get the CI passing before we can merge

Merge branch 'develop' into bugfix/stn-197, fix pycode issues.
@EdwardSafford-NOAA
Copy link
Contributor Author

@CoryMartin-NOAA CI tests are good to go now, so this can be merged.

@CoryMartin-NOAA CoryMartin-NOAA merged commit ab0444c into develop Jul 12, 2024
5 checks passed
@CoryMartin-NOAA CoryMartin-NOAA deleted the bugfix/stn-197 branch July 12, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] mon_data_space.py doesn't zero out data if the station data file is missing
2 participants