I'm using the input file from the bimodal test to solve a simple inverse problem using MLSampling, but the HDF5 output seems bugged.
I set ip_ml_last_rawChain_dataOutputFileType = h5 and it does output a .h5 file.
The issue is that I have 3 parameters in my parameter space but only the param_0 rawchain gets output to the .h5 file. I've read the file in both python and matlab and confirmed that the data has only 1 column. This doesn't seem to be an issue when outputting to .m
I've used the h5 output in M-H solves with multiple parameters previously and had no issues.
Did I miss an input option somewhere or is there a bug in the output code?
I'm using the input file from the bimodal test to solve a simple inverse problem using MLSampling, but the HDF5 output seems bugged.
I set
ip_ml_last_rawChain_dataOutputFileType = h5and it does output a.h5file.The issue is that I have 3 parameters in my parameter space but only the param_0 rawchain gets output to the
.h5file. I've read the file in both python and matlab and confirmed that the data has only 1 column. This doesn't seem to be an issue when outputting to.mI've used the h5 output in M-H solves with multiple parameters previously and had no issues.
Did I miss an input option somewhere or is there a bug in the output code?