Skip to content

Commit b296dc6

Browse files
committed
Use CUTEst.jl v1.0.1
1 parent 40c5548 commit b296dc6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PRIMACUTEstExt = "CUTEst"
1818
PRIMANLPModelsExt = "NLPModels"
1919

2020
[compat]
21-
CUTEst = "1.0.0"
21+
CUTEst = "1.0.1"
2222
NLPModels = "0.21.3"
2323
PRIMA_jll = "0.7.1"
2424
Requires = "1"

test/runtests.jl

+2-4
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,9 @@ end
385385

386386
if Sys.WORD_SIZE > 32 || Sys.iswindows()
387387
@testset "Unconstrained CUTEst problem $name" for name in ("TOINTQOR", "OSBORNEB", "LANCZOS1LS",)
388-
# x1, res1 = @inferred PRIMA.prima_CUTEst(name; maxfun=5000)
389-
x1, res1 = PRIMA.prima_CUTEst(name; maxfun=5000)
388+
x1, res1 = @inferred PRIMA.prima_CUTEst(name; maxfun=5000)
390389
@test issuccess(res1)
391-
# x2, res2 = @inferred PRIMA.newuoa_CUTEst(name; maxfun=5000)
392-
x2, res2 = PRIMA.newuoa_CUTEst(name; maxfun=5000)
390+
x2, res2 = @inferred PRIMA.newuoa_CUTEst(name; maxfun=5000)
393391
@test issuccess(res2)
394392
@test x1 x2
395393
end

0 commit comments

Comments
 (0)