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 0f831a7 commit 7c20f52Copy full SHA for 7c20f52
test/Utilities/results.jl
@@ -21,9 +21,9 @@ function runtests()
21
return
22
end
23
24
-test_hyperrectangle_Int = _test_hyperrectangle(Int)
+test_hyperrectangle_Int() = _test_hyperrectangle(Int)
25
26
-test_hyperrectangle_Float64 = _test_hyperrectangle(Float64)
+test_hyperrectangle_Float64() = _test_hyperrectangle(Float64)
27
28
function _test_hyperrectangle(T)
29
model = MOI.Utilities.MockOptimizer(
0 commit comments