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
Hey! I am trying to run Byase on my samples. I keep getting the following error after running byase inferene module 'pymc3' has no attribute 'hpd'
This seems to be due to pymc3 (arviz) depreciating hpd to hdi. However, even after changing that I keep getting this error: Can only convert xarray dataarray, xarray dataset, dict, netcdf filename, numpy array, pystan fit, pymc3 trace, emcee fit, pyro mcmc fit, numpyro mcmc fit, cmdstan fit csv filename, cmdstanpy fit to InferenceData, not Series
I think this may be a version number issue so I was wondering what version of pymc3 was used for this software or do you have any advice on running this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey! I am trying to run Byase on my samples. I keep getting the following error after running byase inferene
module 'pymc3' has no attribute 'hpd'
This seems to be due to pymc3 (arviz) depreciating hpd to hdi. However, even after changing that I keep getting this error:
Can only convert xarray dataarray, xarray dataset, dict, netcdf filename, numpy array, pystan fit, pymc3 trace, emcee fit, pyro mcmc fit, numpyro mcmc fit, cmdstan fit csv filename, cmdstanpy fit to InferenceData, not Series
I think this may be a version number issue so I was wondering what version of pymc3 was used for this software or do you have any advice on running this?
Thanks!
The text was updated successfully, but these errors were encountered: