Skip to content

Commit

Permalink
more tol
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Jul 4, 2023
1 parent 445d189 commit ae6c55c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/contrib/inference/abstractmcmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
5_000;
nadapts=1_000,
discard_initial=1_000,
rtol=0.1
rtol=0.2
)
end
end
Expand All @@ -68,7 +68,7 @@ end
10_000;
discard_initial=1_000,
thinning=10,
rtol=0.1
rtol=0.2
)
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ macro timeit_include(path::AbstractString) :(@timeit TIMEROUTPUT $path include($
@timeit_include("inference/Inference.jl")
@timeit_include("contrib/inference/dynamichmc.jl")
@timeit_include("contrib/inference/sghmc.jl")
#@timeit_include("contrib/inference/abstractmcmc.jl")
@timeit_include("contrib/inference/abstractmcmc.jl")
@timeit_include("inference/mh.jl")
end
end
Expand Down

0 comments on commit ae6c55c

Please sign in to comment.