hdmf-dev / hdmf-zarr

Zarr I/O backend for HDMF
https://hdmf-zarr.readthedocs.io/
Other
7 stars 7 forks source link

Add sdupport for r- read mode to read without consolidated metadata #183

Closed oruebel closed 3 months ago

oruebel commented 3 months ago

Motivation

For benchmarking and when consolidated metadata may be bad, it will be useful to force reading without consolidated metadata. This is needed for the nwb-benchmarks.

This PR:

Checklist

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.08%. Comparing base (4c9af4a) to head (e28904e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #183 +/- ## ========================================== + Coverage 86.04% 86.08% +0.03% ========================================== Files 5 5 Lines 1161 1164 +3 Branches 288 289 +1 ========================================== + Hits 999 1002 +3 Misses 107 107 Partials 55 55 ```

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

oruebel commented 3 months ago

@mavaylon1 this is ready for review.