Skip to content

Commit

Permalink
Merge pull request #309 from dionysos-dev/fix_ci_bug
Browse files Browse the repository at this point in the history
Fix CI bug
  • Loading branch information
adrienbanse authored Oct 4, 2023
2 parents 4d80616 + b9435be commit a7eb74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/test_gol_lazar_belta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function _test(
@test MOI.get(optimizer, MOI.TerminationStatus()) == MOI.INFEASIBLE
else
@test MOI.get(optimizer, MOI.TerminationStatus()) in
[MOI.OPTIMAL, MOI.LOCALLY_SOLVED]
[MOI.OPTIMAL, MOI.LOCALLY_SOLVED, MOI.ALMOST_LOCALLY_SOLVED]
xu = MOI.get(optimizer, CO.ContinuousTrajectoryAttribute())
@test typeof(x_expected) == typeof(xu.x)
@test typeof(u_expected) == typeof(xu.u)
Expand Down

0 comments on commit a7eb74b

Please sign in to comment.