Skip to content

Commit 57656d8

Browse files
fixed :bug in summary_df
1 parent d09fab5 commit 57656d8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scoring/score_submissions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ def get_summary_df(workload, workload_df, include_test_split=False):
9898
lambda x: x['accumulated_submission_time'][int(x['index to target on val'])]
9999
if x['val target reached'] else np.inf,
100100
axis=1)
101-
summary_df['step to target on val'] = workload_df.apply(
102-
lambda x: x['global_step'][int(x['index to target on val'])]
103-
if x['val target reached'] else np.inf,
104-
axis=1)
105101

106102
# test metrics
107103
if include_test_split:

0 commit comments

Comments
 (0)