Skip to content

Commit

Permalink
increase number of steps for one of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Mar 3, 2023
1 parent 933c0bd commit 0b44758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ end
end

@testset "Simple MvNormal with no expected swaps" begin
num_iterations = 1_000
num_iterations = 5_000
d = 1
model = DistributionLogDensity(MvNormal(ones(d), I))

Expand Down

0 comments on commit 0b44758

Please sign in to comment.