Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 3, 2023
1 parent cf070f3 commit e4babd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_objective(lp: LinearProg, sample: dict) -> float:
)


def get_results(sampleset, prob: LinearProg) -> list[dict[str, Any]]:
def get_results(sampleset, prob) -> list[dict[str, Any]]:
"""Check samples one by one, and computes it statistics.
Statistics includes energy (as provided by D'Wave), objective function
Expand Down

0 comments on commit e4babd5

Please sign in to comment.