Skip to content

Commit 161efff

Browse files
Update test/abstractmcmc.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f340df7 commit 161efff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/abstractmcmc.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ using Statistics: mean
2222
)
2323

2424
@testset "getparams and setparams!!" begin
25-
t, s = AbstractMCMC.step(
26-
rng,
27-
model,
28-
nuts;
29-
)
25+
t, s = AbstractMCMC.step(rng, model, nuts;)
3026

3127
θ = AbstractMCMC.getparams(s)
3228
@test θ == t.z.θ

0 commit comments

Comments
 (0)