hddm-devs / hddm

HDDM is a python module that implements Hierarchical Bayesian parameter estimation of Drift Diffusion Models (via PyMC).
http://ski.clps.brown.edu/hddm_docs/
Other
261 stars 117 forks source link

Problem with z parameter model.plot_posteriors() while concatenating models #103

Open bramblephoenix opened 1 year ago

bramblephoenix commented 1 year ago

Probably an old issue by now, but i tried running in parallel using ipython and then concatenating using kabuki. All parameters are concatenated properly except z. I tried both returning directly from the cluster and also by manually saving the models from the cluster and then loading them again and concatenating. For both cases, z does not concatenate and simply ends up showing the plot for the 0th model.