Skip to content

Commit 8536b2c

Browse files
committed
Update
1 parent 7163ab8 commit 8536b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/set_map.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function MOI.Bridges.map_function(
5757
end
5858

5959
# Workaround until https://github.com/jump-dev/MathOptInterface.jl/issues/2117 is fixed
60-
MOI.Bridges.inverse_map_function(::VariableSwapBridge, a::Float64) = a
60+
MOI.Bridges.inverse_map_function(::VariableSwapBridge, a) = a
6161

6262
struct ConstraintSwapBridge{T} <: MOI.Bridges.Constraint.SetMapBridge{
6363
T,

0 commit comments

Comments
 (0)