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 2d728ad commit 529042dCopy full SHA for 529042d
src/Bridges/Bridges.jl
@@ -336,11 +336,8 @@ function _test_dual(
336
MOI.DualObjectiveValue(),
337
model_eltype,
338
)
339
- mock_dual = MOI.Utilities.get_fallback(
340
- mock,
341
- MOI.DualObjectiveValue(),
342
- model_eltype,
343
- )
+ mock_dual =
+ MOI.Utilities.get_fallback(mock, MOI.DualObjectiveValue(), model_eltype)
344
# Need `atol` in case one of them is zero and the other one almost zero
345
Test.@test model_dual ≈ mock_dual atol = 1e-6
346
end
0 commit comments