Skip to content

Commit 5168eb5

Browse files
committed
Fix max_tau to 4.0
1 parent 3da063d commit 5168eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scoring/score_submissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def main(_):
198198
results,
199199
time_col='score',
200200
min_tau=1.0,
201-
max_tau=None,
201+
max_tau=4.0,
202202
reference_submission_tag=None,
203203
num_points=100,
204204
scale='linear',

0 commit comments

Comments
 (0)