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