Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jul 29, 2024
1 parent 7d01efe commit 006b07e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scoring/performance_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ def get_workloads_time_to_target(submission,
else:
time_val = float('inf')
time_vals_per_study.append(time_val)
num_s = len(time_vals_per_study)
print(f'TIME VALS PER STUDY: {num_s}')
print(time_vals_per_study)

workloads.append({
'submission': submission_name,
Expand Down

0 comments on commit 006b07e

Please sign in to comment.