[Feature]: Support pathlib.Path in ZarrIO #181
Labels
category: bug
errors in the code or code behavior
priority: low
alternative solution already working and/or relevant to only specific user(s)
Milestone
What would you like to see added to HDMF-ZARR?
NWBZarrIO(path=pathlib.Path("some/path.nwb.zarr"), mode="r")
fails, butNWBHDF5IO(path=pathlib.Path("some/path.nwb.hdf5"), mode="r")
is fineIs your feature request related to a problem?
No response
What solution would you like?
These should probably be made consistent
Do you have any interest in helping implement the feature?
No.
Code of Conduct
The text was updated successfully, but these errors were encountered: