brian-j-smith / Mamba.jl

Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Other
253 stars 52 forks source link

Symmetric is not defined #148

Open aus70 opened 5 years ago

aus70 commented 5 years ago

in the tutorial file at https://mambajl.readthedocs.io/en/latest/_downloads/line.jl, Symmetric is not defined. The issue can be fixed by adding import LinearAlgebra.Symmetric

Thanks

aus70 commented 5 years ago

already corrected in https://github.com/brian-j-smith/Mamba.jl/blob/master/doc/tutorial/line.jl Updating the link in the tutorial will solve the issue