hdmf-dev / hdmf-zarr

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

Add NWBZarrIO.read_nwb convenience function #226

Closed oruebel closed 2 weeks ago

oruebel commented 2 weeks ago

Motivation

Fix #225

TODO

Checklist

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.64%. Comparing base (797275a) to head (db60493). Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
src/hdmf_zarr/nwb.py 85.71% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #226 +/- ## ========================================== + Coverage 85.56% 85.64% +0.07% ========================================== Files 5 5 Lines 1185 1198 +13 Branches 292 297 +5 ========================================== + Hits 1014 1026 +12 + Misses 115 113 -2 - Partials 56 59 +3 ```

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

rly commented 2 weeks ago

When you are done with this @oruebel, can you work on https://github.com/hdmf-dev/hdmf-zarr/issues/140 and also maybe copy NWB-related tutorials to PyNWB?

oruebel commented 2 weeks ago

🆗