We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8387f50 commit 410d98eCopy full SHA for 410d98e
test/mcmc/Inference.jl
@@ -578,7 +578,7 @@ ADUtils.install_tapir && import Tapir
578
); true)
579
580
@model function demo_incorrect_missing(y)
581
- y[1:1] ~ MvNormal(zeros(1), 1)
+ y[1:1] ~ MvNormal(zeros(1), I)
582
end
583
@test_throws ErrorException sample(
584
demo_incorrect_missing([missing]), NUTS(), 1000; check_model=true
0 commit comments