Skip to content

Commit

Permalink
remove thresholds print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 4, 2024
1 parent 9163fd3 commit 8602cbd
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 @@ -295,7 +295,6 @@ def compare_metrics(test_file, truth_file):
# Check if the metric has a threshold, otherwise default to 0.00
threshold = thresholds.get(metric_a.lower(), 0.00)
print("Current thresholds:", thresholds)
diff = abs(value_a - value_b)
# Calculate the allowable difference based on the threshold
allowable_diff = value_b * threshold
Expand Down

0 comments on commit 8602cbd

Please sign in to comment.