Issue 699: add a workaround for read_chunk in hdf5 2.0#700
Issue 699: add a workaround for read_chunk in hdf5 2.0#700
Conversation
|
I don't see any issue with the HDF2 stuff because it's all conditional, but maybe it would be good to pull out the PIXI stuff into a different MR to make either easier to revert? Would be good to get @milnowak or André to add some thoughts there on the CI |
I've added issue_699c branch to illustrate the problem. After commenting workaround you get https://github.com/ess-dmsc/h5cpp/actions/runs/23888511368/job/69656363675 Basically, in the new version of |
|
I've just added the |
|
The pixi stuff was added to test the current PR (with hdf5 2.10). The pixi tests would fail separetrly. On the other hand the PR cannot be fully tested without pixi test. Other option would be to upgrade conan tests to hdf5 2 |
It adds a workaround for read_chunk in hdf5 2.0 and adds missing V200 definition.
To make full support of read_chunk we would need to add either
sizeto dataspace and datatype traits