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 30f89e5 commit e9c00ddCopy full SHA for e9c00dd
test/runtests.jl
@@ -21,7 +21,7 @@ using Random
21
22
# Set up our sampler with initial parameters.
23
spl1 = RWMH([0.0, 0.0])
24
- spl2 = StaticMH([0.0, 0.0], MvNormal([0.0, 0.0], 1)
+ spl2 = StaticMH([0.0, 0.0], MvNormal([0.0, 0.0], 1))
25
26
@testset "Inference" begin
27
0 commit comments