queso icon indicating copy to clipboard operation
queso copied to clipboard

MLSampling HDF5 output

Open tradowsk opened this issue 6 years ago • 0 comments

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?

tradowsk avatar Oct 09 '19 13:10 tradowsk