-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Simple chains throw errors when displayed #447
Comments
The issue here seems to be that if Line 338 in 4d2a2f4
A simple fix would be to allow an empty |
There are a few other (slightly different and already fixed) issues regarding problems with |
MCMCDiagnosticTools v0.3.10 contains a fix for this: TuringLang/MCMCDiagnosticTools.jl#119 |
It seems fixed on the most recent release. |
I'm not sure if this has been noted before, but creating a very simple chain or attempting to slice a chain in interactive mode (REPL, notebook) etc. fails:
results in:
This seems to be caused by the
display
routine since the following works:The text was updated successfully, but these errors were encountered: