zarr-developers / VirtualiZarr

Create virtual Zarr stores from archival data files using xarray syntax
https://virtualizarr.readthedocs.io/en/latest/
Apache License 2.0
95 stars 18 forks source link

Bugs with preserving variable-level attrs #155

Closed TomNicholas closed 3 months ago

TomNicholas commented 3 months ago

There are some bugs with preserving variable-level attributes.

You can see this in #154, where changing assert_equal to assert_identical in the roundtripping tests in test_integration.py reveals that the attributes of the lat and lon coordinate variables are being dropped accidentally.