ericphanson / ConvexTests.jl

Uses the Convex.jl Problem Depot to test various optimization solvers
MIT License
10 stars 5 forks source link

Make docs build even if tests for some solver times out #15

Open ericphanson opened 2 years ago

ericphanson commented 2 years ago

Currently, the docs are the 2nd step and they won't happen if the first step fails, e.g. due to timeout. Then we have to remove the offending solver and re-run everything. Annoying! Ref #14