Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jan 27, 2024
1 parent 4d413f4 commit 84c87b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scoring/performance_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def get_index_that_reaches_target(workload_df,
else:
index_reached = target_reached.apply(np.argmax)
trial = index_reached.idxmin()
print(trial, index_reached[trial])
return trial, index_reached[trial]


Expand Down
2 changes: 0 additions & 2 deletions scoring/score_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def main(_):
experiment_path = os.path.join(FLAGS.submission_directory, submission)
df = scoring_utils.get_experiment_df(experiment_path)
results[submission] = df
print('SUMMARY ')
print(df.keys())
print_submission_summary(df)

if FLAGS.compute_performance_profiles:
Expand Down

0 comments on commit 84c87b9

Please sign in to comment.