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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: