c-proof / pyglider

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

Added a FillValue for u, v to allow profile submission to IOOS #152

Closed hvdosser closed 1 year ago

hvdosser commented 1 year ago

As part of the if loop where the profile-averaged glider speed u and v are defined, I added an else statement to set u and v to a FillValue defined in the metadata yaml file, if ocean current speed isn't available (as is usually the case for realtime data).

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.43 :tada:

Comparison is base (469fc59) 79.21% compared to head (fae4226) 79.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== + Coverage 79.21% 79.65% +0.43% ========================================== Files 7 7 Lines 1376 1376 ========================================== + Hits 1090 1096 +6 + Misses 286 280 -6 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/c-proof/pyglider/pull/152/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=c-proof)

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