Skip to content

Commit 40fba7e

Browse files
Update test/model.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86c1a1b commit 40fba7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ const GDEMO_DEFAULT = DynamicPPL.TestUtils.demo_assume_observe_literal()
619619
end
620620

621621
@testset "ProductNamedTupleDistribution sampling" begin
622-
priors = (a = Normal(), b = Normal())
622+
priors = (a=Normal(), b=Normal())
623623
d = product_distribution(priors)
624624
@model function sample_nt(priors_dist)
625625
x ~ priors_dist

0 commit comments

Comments
 (0)