Open manopapad opened 2 weeks ago
The underlying issue is that HDF5 doesn't have a native boolean datatype. Booleans are stored as uint8 datasets. The best workaround for now is to just parse it as a uint8 datatype, and cast it using https://github.com/nv-legate/legate.core/issues/963 to a boolean Store.
Retargeting this nominally for 25.01, but will try to make it available through weekly drop ASAP.
Slac code gets error when reading their dataset:
simple change like below didn't fix it: