Skip to content

Commit

Permalink
Update test/abstractmcmc.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sunxd3 and github-actions[bot] authored Oct 21, 2024
1 parent f340df7 commit 161efff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/abstractmcmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ using Statistics: mean
)

@testset "getparams and setparams!!" begin
t, s = AbstractMCMC.step(
rng,
model,
nuts;
)
t, s = AbstractMCMC.step(rng, model, nuts;)

θ = AbstractMCMC.getparams(s)
@test θ == t.z.θ
Expand Down

0 comments on commit 161efff

Please sign in to comment.