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 f985663 commit fd41d53Copy full SHA for fd41d53
test/sets.jl
@@ -400,7 +400,7 @@ function test_deprecated_PositiveSemidefiniteConeTriangle()
400
end
401
402
function test_update_dimension()
403
- @test !MOI.supports_dimension_update(MOI.ExponentialCone())
+ @test !MOI.supports_dimension_update(MOI.ExponentialCone)
404
for S in (MOI.Reals, MOI.Zeros, MOI.Nonnegatives, MOI.Nonpositives)
405
@test MOI.supports_dimension_update(S)
406
set = S(1)
0 commit comments