Skip to content

Commit

Permalink
typo fix in benchmark-cutest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 committed Aug 27, 2021
1 parent 4ec6ada commit 1b95263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark-cutest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end

filter!(e->!(e in exclude),probs)

time,status,mem,iter = benchmark(solver,probs;warm_up_probs = ["EIGMINA"])
status,time,mem,iter = benchmark(solver,probs;warm_up_probs = ["EIGMINA"])

writedlm("name-cutest.csv",probs,',')
writedlm("status-cutest-$(SOLVER).csv",status),','
Expand Down

0 comments on commit 1b95263

Please sign in to comment.