Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Sep 9, 2019
1 parent c2bfd5a commit 533e6cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ const SUITE = BenchmarkGroup()
# SUITE["SCS"] = ProblemDepot.benchmark_suite(p -> Convex.solve!(p, SCSSolver(verbose=0)))
# SUITE["ECOS"] = ProblemDepot.benchmark_suite(p -> Convex.solve!(p, ECOSSolver(verbose=0));
# exclude = [r"sdp", r"exp"])
SUITE["formulation"] = ProblemDepot.benchmark_suite(Convex.conic_problem; exclude=[r"fix"])
SUITE["formulation"] = ProblemDepot.benchmark_suite(Convex.conic_problem)
1 change: 1 addition & 0 deletions src/problem_depot/problem_depot.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Some code in `src/problem_depot` was modified from MathOptInterface
# which is available under an MIT license (see LICENSE).

module ProblemDepot
using BenchmarkTools, Test

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ end
run_tests(; exclude=[r"socp", r"sdp", r"exp"]) do p
solve!(p, GLPKSolverMIP())
end
end
end
end

0 comments on commit 533e6cb

Please sign in to comment.