Skip to content

Commit

Permalink
Merge branch 'main' into olex/update-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro authored Feb 23, 2024
2 parents 185692e + b3e9b8f commit 3b51fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def parse_result(output: str) -> Tuple[float, int, int]:
sys.exit(2)
# return (accuracy, num_correct_rows, num_additional_rows)
m = m[0]
return (float(m[0]), int(m[1]), int(m[2]))
return (float(m[0]), int(m[1]), int(m[3]))


def run_gams_gdxdiff(
Expand Down

0 comments on commit 3b51fa9

Please sign in to comment.