Skip to content

Commit

Permalink
Add missing documentation argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 3, 2024
1 parent 921e65f commit 7d0104e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qpbenchmark/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def from_qpsolvers(qp: qpsolvers.Problem, name: str) -> "Problem":
"""Stick a name to a generic problem from qpsolvers.
Args:
qp: Quadratic program.
name: Name of the problem.
Returns:
Expand Down

0 comments on commit 7d0104e

Please sign in to comment.