From 259f615998aa8ad3776dafda8df65d1a23c949bc Mon Sep 17 00:00:00 2001 From: Jeremiah Lewis <4462211+jeremiahpslewis@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:13:40 +0200 Subject: [PATCH] tests pass --- test/integration.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration.jl b/test/integration.jl index 41c1b88e..b3fd17f6 100644 --- a/test/integration.jl +++ b/test/integration.jl @@ -615,7 +615,7 @@ end for i in [Player(1), Player(2)] @test c_out.hook[i][1].convergence_duration >= 0 @test c_out.hook[i][1].is_converged - @test c_out.hook[i][1].convergence_threshold == 1 + @test c_out.hook[i][1].convergence_threshold == 100 @test sum(c_out.hook[i][2].rewards .== 0) == 0 end