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
In agglomerate mesh loading, skip missing segments (#8771)
In the hdf5 variant there was already a flatMap there, dropping non-full
boxes. Let’s do the same in zarr case.
### Steps to test:
- Load a an agglomerate mesh where you know a segment is not present in
the meshfile
- Should still load
### Issues:
- fixes#8763
------
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
- [x] Considered [common edge
cases](../blob/master/.github/common_edge_cases.md)
- [x] Needs datastore update after deployment
0 commit comments