Update scoring/specificity.py
Browse files- 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)}")
|