You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
R2X fails when trying to open the load.h5 file because the h5 file has multiple datasets. This is the error:
ValueError: Dataset(s) incompatible with Pandas data types, not table, or no datasets found in HDF5 file.
To Reproduce
Use ReEDS-2.0 at commit 047ddcb and run pacific test case, try opening the load.h5 file generated there with pd.read_hdf.
Environement (please complete the following information):
OS: Linux
R2X version: 1.0.1
Additional context
Ref ReEDS PR 1577
The text was updated successfully, but these errors were encountered:
sriharisundar
changed the title
bug: load.h5 file is not readable with pd.read_hdf
bug: load.h5 file is not readable with pd.read_hdf with latest version of ReEDS
Jan 23, 2025
Describe the bug
R2X fails when trying to open the
load.h5
file because the h5 file has multiple datasets. This is the error:To Reproduce
Use ReEDS-2.0 at commit 047ddcb and run pacific test case, try opening the
load.h5
file generated there withpd.read_hdf
.Environement (please complete the following information):
Additional context
Ref ReEDS PR 1577
The text was updated successfully, but these errors were encountered: