Description
There are a few new h5 properties stored for the MeshDLRXXX types in version 3.3.x. This breaks backwards compatibility of reading h5 data stored using triqs 3.2.x.
Steps to Reproduce
- Store a DLR Green's function to h5 file using triqs/3.2.x
- Try to load the h5 file with triqs/3.3.x
- Crash..
Proposed solution
Add checks for the new data stored in the mesh types in 3.3.x and set them to default values if they are not present in the h5 file. (Discussed on the triqs quick updates meeting 2024-06-27).
Description
There are a few new h5 properties stored for the
MeshDLRXXXtypes in version 3.3.x. This breaks backwards compatibility of reading h5 data stored using triqs 3.2.x.Steps to Reproduce
Proposed solution
Add checks for the new data stored in the mesh types in 3.3.x and set them to default values if they are not present in the h5 file. (Discussed on the triqs quick updates meeting 2024-06-27).