Closed ax3l closed 9 years ago
@PrometheusPi in case you are using the dev
of libSplash with h5py
this will change your variables from 0
/1
to False
/True
representation. An if( var )
should cover both cases.
Remember, that the latest release of libSplash (1.2.4) does not yet support h5py
compatible bool
types.
@ax3l thanks for informing, yes I am using the dev
.
Else it does not identify those as
bool_
but asint8
. Regression for #153 (still indev
).h5py
representation since #153 (example for aFalse
value):and now (same enum but with different label):
Increases format by a minor since the structure is still the same but the identification in
h5py
is improved (and it is still not in a stable release).To Do