Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
Increased tolerance from 0.1 to 0.95
  • Loading branch information
ParasPuneetSingh authored Aug 29, 2024
1 parent 3c1e43f commit 5d118bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OptimizationMetaheuristics/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ OBJECTIVES = Dict(
key = "$alg_name for $prob_name"
value = OBJECTIVES[key]
objectives = sol.objective
@test value objectives atol=1e-1
@test value objectives atol=0.95
end
end
end
Expand Down

0 comments on commit 5d118bd

Please sign in to comment.