-
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
[Feature]: Deprecate Data.set_dataio and replace with Container.set_data_io logic #1012
Comments
Actually, after playing with it more, I don't think the As seen in the tests for the hdmf/tests/unit/utils_test/test_core_DataIO.py Lines 32 to 41 in f95b1ef
one needs to be able to pre-initialize an |
Also might want to think about deprecating the hdmf/src/hdmf/backends/hdf5/h5tools.py Lines 1553 to 1568 in f95b1ef
|
What would you like to see added to HDMF?
Data.set_dataio
: https://github.com/hdmf-dev/hdmf/blob/dev/src/hdmf/container.py#L783-L790Container.set_data_io
:hdmf/src/hdmf/container.py
Lines 749 to 753 in f95b1ef
What solution would you like?
These are a bit inconsistent in their usage
I have a mild preference the previous
Data
method be soft deprecated in favor of theContainer
approach (passing both the class and the args to be passed to that class)The text was updated successfully, but these errors were encountered: