Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read_nwb_method for local paths in both hdf5 and zarr #1994

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

h-mayorquin
Copy link
Contributor

@h-mayorquin h-mayorquin commented Nov 16, 2024

Motivation

See #1974

How to test the behavior?

I added tests.

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Have you checked our Contributing document?
  • Have you ensured the PR clearly describes the problem and the solution?
  • Is your contribution compliant with our coding style? This can be checked running ruff check . && codespell from the source directory.
  • Have you checked to ensure that there aren't other open Pull Requests for the same change?
  • Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

Copy link

codecov bot commented Nov 16, 2024

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Project coverage is 91.74%. Comparing base (d2fe84d) to head (46f0d41).

Files with missing lines Patch % Lines
src/pynwb/__init__.py 18.18% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1994      +/-   ##
==========================================
- Coverage   92.04%   91.74%   -0.30%     
==========================================
  Files          27       27              
  Lines        2704     2715      +11     
  Branches      705      708       +3     
==========================================
+ Hits         2489     2491       +2     
- Misses        141      150       +9     
  Partials       74       74              
Flag Coverage Δ
integration 72.70% <18.18%> (-0.23%) ⬇️
unit 82.72% <18.18%> (-0.27%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@h-mayorquin h-mayorquin marked this pull request as ready for review November 16, 2024 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant