Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 3, 2024
1 parent bd773f0 commit 402b17a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qpbenchmark/problem_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@


class ProblemList:
"""List of problems saved to and read from Parquet files."""

KEYS = ("P", "q", "G", "h", "A", "b", "lb", "ub", "name")

Expand Down Expand Up @@ -54,7 +55,7 @@ def yield_from_parquet(cls, path: Union[str, Path]) -> Iterator[Problem]:
"""Yield sequence of problems from a Parquet file.
Args:
file: Path to the Parquet file to read problems from.
path: Path to the Parquet file to read problems from.
Yields:
Problem object read from file.
Expand Down

0 comments on commit 402b17a

Please sign in to comment.