HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

Use h5py as an independent check.

Open 1uc opened this issue 2 years ago • 0 comments

Write-read cycles have the flaw that they can't detect certain bugs, e.g. if the array is column-major instead of row-major a simply write-read cycles using always the same types, wont fail.

One idea is to use h5py to act as an independent check. We would write in HighFive/h5py then read in h5py/HighFive.

1uc avatar Nov 15 '23 10:11 1uc