From fe6ece73b675c415a57b15b2a73995c7ab17e296 Mon Sep 17 00:00:00 2001 From: Jeremiah Lewis <4462211+jeremiahpslewis@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:40:17 +0200 Subject: [PATCH] Update convergence threshold in integration test --- test/integration.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration.jl b/test/integration.jl index cf64e878..beaa0748 100644 --- a/test/integration.jl +++ b/test/integration.jl @@ -512,7 +512,7 @@ end δ, max_iter, competition_solution_dict; - convergence_threshold = 100, + convergence_threshold = 1000, ) for α in α_ for β in β_ ]