Skip to content

Commit

Permalink
Fix max_tau to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsschneider committed Jul 31, 2024
1 parent 3da063d commit 5168eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/score_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def main(_):
results,
time_col='score',
min_tau=1.0,
max_tau=None,
max_tau=4.0,
reference_submission_tag=None,
num_points=100,
scale='linear',
Expand Down

0 comments on commit 5168eb5

Please sign in to comment.