Skip to content

Commit

Permalink
fix: triggering the checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Nov 22, 2024
1 parent 2b8b771 commit ff176d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/performance_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def compute_performance_profiles(submissions,
df = df[BASE_WORKLOADS + HELDOUT_WORKLOADS]
# Sort workloads alphabetically (for better display)
df = df.reindex(sorted(df.columns), axis=1)

# Save time to target dataframe
df.to_csv(os.path.join(output_dir, 'time_to_targets.csv'))
# For each held-out workload set to inf if the base workload is inf or nan
Expand Down

0 comments on commit ff176d7

Please sign in to comment.