From e4babd5bf43cd72dac203e1bb39a3bed2df26622 Mon Sep 17 00:00:00 2001 From: Krzysztof Domino Date: Tue, 3 Oct 2023 15:53:08 +0200 Subject: [PATCH] correction --- src/process_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process_results.py b/src/process_results.py index a77758d..a606b79 100644 --- a/src/process_results.py +++ b/src/process_results.py @@ -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