c-proof / pyglider

glider software
https://pyglider.readthedocs.io/
Apache License 2.0
17 stars 24 forks source link

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

Closed hvdosser closed 1 year ago

hvdosser commented 1 year ago

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.

codecov[bot] commented 1 year ago

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 ```diff @@ Coverage Diff @@ ## main #158 +/- ## ======================================= Coverage 79.65% 79.65% ======================================= Files 7 7 Lines 1376 1376 ======================================= Hits 1096 1096 Misses 280 280 ```

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

jklymak commented 1 year ago

Feel free to self merge when tests done