NCAS-CMS / PyActiveStorage

Python implementation of Active Storage
2 stars 2 forks source link

Get missing values and dtype without re-opening the dataset #180

Closed davidhassell closed 9 months ago

davidhassell commented 9 months ago

Description

Get missing values and dtype without re-opening the dataset

Closes #179

Before you get started

Checklist

codecov[bot] commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (b31ca82) 86.93% compared to head (53f4ed4) 87.11%.

Files Patch % Lines
activestorage/active.py 95.00% 2 Missing :warning:
activestorage/netcdf_to_zarr.py 80.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #180 +/- ## ========================================== + Coverage 86.93% 87.11% +0.17% ========================================== Files 8 8 Lines 620 613 -7 ========================================== - Hits 539 534 -5 + Misses 81 79 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

davidhassell commented 9 months ago

OK - tests passing :)

valeriupredoi commented 9 months ago

valiant effort @davidhassell ! Let me write us a couple tests for the missing statements, then will merge :+1: :beers: