Skip to content

Commit

Permalink
tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Aug 13, 2024
1 parent 2468627 commit 259f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 259f615

Please sign in to comment.