You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass dimension_separator on fixture generation (fix#858) (#871)
* Pass dimension_separator on fixture generation (fix#858)
Under some test conditions (conda-forge, Debian builds), the
fixtures directory is not available and is then re-created.
When dimension_separator is not passed to DirectoryStore, then
no metadata is assigned to the file. For the "flat" (as opposed
to "flat_legacy") fixture, this meant that the NestedDirectoryStore
did not correct its behavior leading to a failure.
see:
- conda-forge/zarr-feedstock#56
- #858
* Revert "Pass dimension_separator on fixture generation (fix#858)"
This reverts commit 6f79c56.
* Add a test for missing fixtures
* Revert "Revert "Pass dimension_separator on fixture generation (fix#858)""
This reverts commit 568b1cf.
0 commit comments