Closed juanfung closed 5 years ago
Fixed by 8509294938a0ae478d35674994bbc41dac6dedfb
Another instance of deprecation warning:
WARNING: Base.chol is deprecated: it has been moved to the standard library package
LinearAlgebra
. Addusing LinearAlgebra
to your imports. in sample_prior_theta! at /home/juanfung/Dropbox/Projects/School choice/scpd/Analyze/CausalMixtures/src/sampler_functions.jl
Should be addressed by importing LinearAlgebra
in above commit.
Should import
LinearAlgebra
library and useLinearAlgebra.chol
. See this warning, e.g., from running scriptcausal-sims.jl
: