Skip to content

Commit

Permalink
fix(paper-metrics): add decimal point to strict time limits
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Jul 4, 2024
1 parent e62e3ae commit 235c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogelot/entrypoints/paper_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_strict_time_limit_evaluation_performance(

performance_per_level[success["partition"]][success["task"]] = Decimal(
success["success"]
)
).quantize(Decimal("1.0"))

return performance_per_level

Expand Down

0 comments on commit 235c77a

Please sign in to comment.