adrienbrdne commited on
Commit
68b86b8
·
verified ·
1 Parent(s): 03b44ea

Update scoring/specificity.py

Browse files
Files changed (1) hide show
  1. scoring/specificity.py +1 -2
scoring/specificity.py CHANGED
@@ -120,8 +120,7 @@ def predict_batch(items: ProblematicList):
120
  score=score_specific_class
121
  )
122
  )
123
-
124
- return results
125
 
126
  except AttributeError as ae:
127
  print(f"AttributeError during prediction in predict_batch (likely wrong input type): {str(ae)}")
 
120
  score=score_specific_class
121
  )
122
  )
123
+ return results
 
124
 
125
  except AttributeError as ae:
126
  print(f"AttributeError during prediction in predict_batch (likely wrong input type): {str(ae)}")