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

Correct a bug in ncprocess for u,v metadata check #158

Merged
merged 4 commits into from
Jun 16, 2023

Conversation

hvdosser
Copy link
Collaborator

Fixed the elif statement that checks if there is a fill value for u and v in the metadata to prevent a key error if u and v aren't listed as variables in the metadata at all.

Fixed the `elif` statement that checks if there is a fill value for
u and v in the metadata to prevent a key error if u and v aren't in
the metadata at all.
@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bc16ef4) 79.65% compared to head (9502bb2) 79.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #158   +/-   ##
=======================================
  Coverage   79.65%   79.65%           
=======================================
  Files           7        7           
  Lines        1376     1376           
=======================================
  Hits         1096     1096           
  Misses        280      280           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

pyglider/ncprocess.py Outdated Show resolved Hide resolved
@jklymak
Copy link
Member

jklymak commented Jun 16, 2023

Feel free to self merge when tests done

@hvdosser hvdosser merged commit 71c6e13 into c-proof:main Jun 16, 2023
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.

2 participants