-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add read_nwb_method
for local paths in both hdf5 and zarr
#1994
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1994 +/- ##
==========================================
+ Coverage 91.69% 91.73% +0.04%
==========================================
Files 27 27
Lines 2708 2722 +14
Branches 707 710 +3
==========================================
+ Hits 2483 2497 +14
Misses 149 149
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay @h-mayorquin! Added my review comments
Is the sphinx links fail related to this PR? Given my experience with neuroconv is seldom is and I looked at the CI log but no luck. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks! Added a few more small suggestions related to the docstrings.
Co-authored-by: Steph Prince <[email protected]>
Co-authored-by: Steph Prince <[email protected]>
Implemented the changes but now there is more CI trouble it seems. |
The coverage report is saying that Since we still run tests using |
Thanks @stephprince . I added this.
Will this handle both the cases with and without |
I think so. The coverage is run with and without optional requirements (which includes hdmf-zarr) |
I don't think the updates to add the integration io tests to From my understanding codecov/project is the coverage for all of pynwb when applying the PR changes, and patch is the coverage for the lines that were specifically changed. I'm not sure exactly how the coverage reports are merged and reported within the PR, maybe @rly knows in more detail? |
Looks like we are good now though and testing is running with and without hdmf-zarr. Thanks for the work on this! |
My bad, I realize now -painfully- that I pushed those changes to other branch : /
Thanks for the info and all the help on this PR! |
Motivation
See #1974
How to test the behavior?
I added tests.
Checklist
ruff check . && codespell
from the source directory.