Skip to content

Commit

Permalink
set max_tau to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jul 30, 2024
1 parent ee0874d commit 96a2052
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 96a2052

Please sign in to comment.