We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736ac60 commit ee62a16Copy full SHA for ee62a16
src/Bridges/Bridges.jl
@@ -334,7 +334,11 @@ function runtests(
334
catch err
335
# For a Constraint bridge for which the map is not invertible, the constraint primal cannot
336
# be inverted
337
- _runtests_error_handler(err, Bridge <: MOI.Bridges.Constraint.AbstractBridge && cannot_unbridge)
+ _runtests_error_handler(
338
+ err,
339
+ Bridge <: MOI.Bridges.Constraint.AbstractBridge &&
340
+ cannot_unbridge,
341
+ )
342
continue
343
end
344
Test.@test returned_start ≈ start
0 commit comments