We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the cell
traces = [trace_0, trace_1, trace_2] pm.forestplot(traces);
fails with
AttributeError Traceback (most recent call last) <ipython-input-6-c37537cb6614> in <module>() 1 traces = [trace_0, trace_1, trace_2] ----> 2 pm.forestplot(traces); ~/anaconda3/envs/pydata_nyc20173.6/lib/python3.6/site-packages/pymc3/plots/forestplot.py in forestplot(trace_obj, varnames, transform, alpha, quartiles, rhat, main, xtitle, xlim, ylabels, chain_spacing, vline, gs, plot_transformed, plot_kwargs) 197 interval_plot = None 198 --> 199 nchains = trace_obj.nchains 200 201 if varnames is None: AttributeError: 'list' object has no attribute 'nchains'
The text was updated successfully, but these errors were encountered:
That's weird, forestplot.py was updated in #2736 but the code being called is not the up-to-date one.
forestplot.py
Sorry, something went wrong.
shoot -- that stack trace says it is using the wrong conda env. I will double check!
No branches or pull requests
the cell
fails with
The text was updated successfully, but these errors were encountered: