Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix format
  • Loading branch information
blegat committed Apr 10, 2025
commit ee62a16551d8648b808dec3830d24a907b555a59
6 changes: 5 additions & 1 deletion src/Bridges/Bridges.jl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,11 @@ function runtests(
catch err
# For a Constraint bridge for which the map is not invertible, the constraint primal cannot
# be inverted
_runtests_error_handler(err, Bridge <: MOI.Bridges.Constraint.AbstractBridge && cannot_unbridge)
_runtests_error_handler(
err,
Bridge <: MOI.Bridges.Constraint.AbstractBridge &&
cannot_unbridge,
)
continue
end
Test.@test returned_start ≈ start
Expand Down