Sultan Hassan
Results
3
issues of
Sultan Hassan
trying to estimate 6 paramaters, nwalkers=32, nsteps=1e6 tau = sampler.get_autocorr_time() print("taus", tau) gives: taus [nan nan 1. nan 1. 1.]?
I am trying to run emcee with MPI, but my model in *lnlike function* is a C code runs with openmp. The code works faster if openmp is off. Is...