Turing.jl
Turing.jl copied to clipboard
Question: Which package is the MCMCserial() part of? been working through the notebook and have had problems with it not being defined hence that part of the notebook does not run
Question on: https://github.com/TuringLang/Turing.jl/edit/master/docs/_tutorials/10_bayesian-differential-equations.md
MCMCSerial (with capital S) is defined in AbstractMCMC. But users don't have to know this since it is re-exported by Turing. That is, if you run using Turing it will be available and you can just use MCMCSerial().
Maybe you use an old version of Turing (and/or AbstractMCMC) that did not define it? Can you make sure you use at least the versions that the tutorial was run with (https://turing.ml/dev/tutorials/10-bayesian-differential-equations/#appendix)?
Thank you
Did you manage to fix the problem?
Not yet, still having the problem. Updated to the newest Turing Version 0.21.1 but when I run the code it gives the same error. I installed AbstractMCMC too
Can you post the output of ] st --manifest?
Likely an issue of using out-of-date Turing releases. Please reopen if you still have questions.