Skip to content
Snippets Groups Projects
Commit 3f2d802d authored by e.vaca.cerda's avatar e.vaca.cerda
Browse files

change h5pickle to h5py

parent 93394a9c
No related branches found
Tags 0.5.13
No related merge requests found
Pipeline #65223 failed
......@@ -160,8 +160,8 @@ def _get_file_handler_by_extension(file_name, base_root: Union[str, h5py.File] =
elif isinstance(base_root, str):
if base_root.endswith(("h5", "hdf5")):
h5 = h5py.File(file_name, "r", rdcc_nbytes=0)
# h5 = open_h5(base_root, "r")
h5 = h5py.File(file_name, "r", rdcc_nbytes=0)
file_handler = h5[file_name]
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment