zarr-developers / VirtualiZarr

Create virtual Zarr stores from archival data files using xarray syntax
https://virtualizarr.readthedocs.io/en/stable/api.html
Apache License 2.0
124 stars 24 forks source link

Refactor kerchunk reader tests to call open_virtual_dataset #317

Closed TomNicholas closed 3 days ago

TomNicholas commented 5 days ago

@norlandrhagen this refactors the tests in test_readers/test_kerchunk.py to all call open_virtual_dataset directly instead of calling the internal function dataset_from_kerchunk_refs. This will help me test that passing fs_root to open_virtual_dataset is working as expected.