Skip to content

Commit

Permalink
Update convergence threshold in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Sep 20, 2024
1 parent c3ead50 commit fe6ece7
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 @@ -512,7 +512,7 @@ end
δ,
max_iter,
competition_solution_dict;
convergence_threshold = 100,
convergence_threshold = 1000,
) for α in α_ for β in β_
]

Expand Down

0 comments on commit fe6ece7

Please sign in to comment.