VyLala commited on
Commit
31f2300
·
verified ·
1 Parent(s): 71dd8cb

Update confidence_score.py

Browse files
Files changed (1) hide show
  1. confidence_score.py +1 -1
confidence_score.py CHANGED
@@ -205,7 +205,7 @@ def compute_confidence_score_and_tier(
205
  # Keep explanations short and readable
206
  if len(explanations) > 3:
207
  explanations = explanations[:3]
208
-
209
  return score, tier, explanations
210
 
211
 
 
205
  # Keep explanations short and readable
206
  if len(explanations) > 3:
207
  explanations = explanations[:3]
208
+ print("done all")
209
  return score, tier, explanations
210
 
211