Skip to content

Commit

Permalink
loosen tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Jan 23, 2025
1 parent e5fd4b2 commit e22c722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_stepsize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ end
for _ in 1:2000
A = adapt_stepsize(dual_averaging, A, dummy_acceptance_rate(current_ϵ(A), 2.0))
end
@test mean_dummy_acceptance_rate(final_ϵ(A), 2.0) δ atol = 0.03
@test mean_dummy_acceptance_rate(final_ϵ(A), 2.0) δ atol = 0.04
end

@testset "fixed stepsize sanity checks" begin
Expand Down

0 comments on commit e22c722

Please sign in to comment.