Skip to content

Commit

Permalink
default to grading version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rogthefrog committed Nov 12, 2024
1 parent ee0f848 commit 80ece03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modelbench/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(
self.hazard_scores = hazard_scores
self.end_time = end_time

def numeric_grade(self, locale: str = "en_us", version: str = "0.5"):
def numeric_grade(self, locale: str = "en_us", version: str = "1.0"):
# TODO: locale
# TODO: Remove version 0.5
# Keeping this temporarily to compare new scoring to old
Expand Down

0 comments on commit 80ece03

Please sign in to comment.