Skip to content

Commit 6669ff4

Browse files
committed
Test fix.
1 parent 458e9e3 commit 6669ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using Random
3737
end
3838

3939
@testset "psample" begin
40-
chain1 = psample(model, spl1, 10000, 4)
40+
chain1 = psample(model, spl1, 10000, 4; param_names=["μ", "σ"])
4141
@test mean(chain1["μ"].value) 0.0 atol=0.1
4242
@test mean(chain1["σ"].value) 1.0 atol=0.1
4343
end

0 commit comments

Comments
 (0)