-
Notifications
You must be signed in to change notification settings - Fork 37
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
QC Updates #675
QC Updates #675
Conversation
…ing now is what I would have assumed would be the closed reported station.
…file to add to the history attribute
I really am not sure where all the commits come from in here. I just opened this branch and started working on this today. |
A couple comments, one change possibly. Tests seem to fail as rm_tests is an int object. Should it be i in range(rm tests) or is rm_tests going to be a list datafilter changes? |
Looks likes some updates with MetPy calcs so will handle in the morning |
@zssherman I fixed the bug for when rm_tests is a single int. I change it to a list and then iterate through. |
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.
Looks good to me @AdamTheisen ! Nice work!
@zssherman if I addressed your comments go ahead and merge this on in! If not, let me know. |
Sounds good @AdamTheisen, once the tests pass I'll merge away! |
Rerunning jobs as they seemed to be hung |
Addressing #547 and #548 but came across an issue in the write_netcdf function that causes issues with ARM's base_time string attribute.