Closed 00krishna closed 3 years ago
Do you get the same error in the REPL? The stacktrace indicates that the problem might be Pluto-specific.
@devmotion You know, I just tried this in the console and it seems to work. So that is good news. But the error message is pointing to MCMCChains, which is throwing me off.
I saw the reference to Plutorunner way down in the stacktrace, figured that the reference to MCMCChains was the main thing. Perhaps Pluto is having a hard time outputting the summary information from the chain, and that is what is somehow triggering the issue.
I can try and reroute this issue to the Pluto folks.
@devmotion yes, this seems to be a documented Pluto issue. Just a note that because the error keeps showing MCMCChains as the cause of the error, other folks might open issues on this topic here.
Below is the link to the existing Pluto issue with displaying Turing output. https://github.com/fonsp/Pluto.jl/issues/868
Hey folks,
I was working through the Bayesian Differential Equations tutorial, and I encountered an error when trying to run the model. One of the folks on Slack suggested I post an issue.
I am using Julia 1.5 and version 4.6.0 of MCMCChains. Note that I was running Turing in a Pluto notebook session.
Here is the code and then the error message below. Seems like there is some unimplemented dispatch in the MCMCChains package or such?
The last command to use
mapreduce
will generate the following error:Also note, if I use the following code, it works just fine.