Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 24, 2025
1 parent 553b649 commit ac73aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end
include("nlpmodelstest.jl")
# include("test_select.jl")

problems = CUTEst.select(max_var = 2, max_con = 2)
problems = select_sif_problems(max_var = 2, max_con = 2)
problems = randsubseq(problems, 0.1)

for p in problems
Expand Down

0 comments on commit ac73aab

Please sign in to comment.