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 86c1a1b commit 40fba7eCopy full SHA for 40fba7e
test/model.jl
@@ -619,7 +619,7 @@ const GDEMO_DEFAULT = DynamicPPL.TestUtils.demo_assume_observe_literal()
619
end
620
621
@testset "ProductNamedTupleDistribution sampling" begin
622
- priors = (a = Normal(), b = Normal())
+ priors = (a=Normal(), b=Normal())
623
d = product_distribution(priors)
624
@model function sample_nt(priors_dist)
625
x ~ priors_dist
0 commit comments