Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 3, 2024
1 parent 33692ea commit b0b83c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verification/VerifyTasks.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def compare_metrics(test_file, truth_file):
print(f"Error: Metric names don't match for {metric_a} and {metric_b}")
exit_code = 1
continue
print("Current thresholds:", thresholds)
threshold = thresholds.get(metric_a.lower(), 0.00)
diff = abs(value_a - value_b)
allowable_diff = value_b * threshold
Expand Down

0 comments on commit b0b83c6

Please sign in to comment.