-
Notifications
You must be signed in to change notification settings - Fork 26
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
set_data_io method and associated test #934
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #934 +/- ##
=======================================
Coverage 88.39% 88.40%
=======================================
Files 45 45
Lines 9350 9355 +5
Branches 2662 2663 +1
=======================================
+ Hits 8265 8270 +5
Misses 766 766
Partials 319 319
☔ View full report in Codecov by Sentry. |
# Conflicts: # tests/unit/test_container.py
I think this is fine. The only minor concern is that this will not raise an error or do anything if a user calls |
@rly I just noticed there is a (now defuct) method on |
I kind of prefer |
Motivation
A potential replacement for NeurodataWithoutBorders/pynwb#1752
How to test the behavior?
Checklist
ruff
from the source directory.