We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0ec36 commit 41db1bdCopy full SHA for 41db1bd
q2_sample_classifier/tests/test_estimators.py
@@ -504,7 +504,7 @@ def test_predict_classifications(self):
504
ls_pred_classes = prob.columns.tolist()
505
ls_correct_range = [col for col in ls_pred_classes if
506
prob[col].between(
507
- 0, 1, inclusive=True).all()]
+ 0, 1, inclusive="both").all()]
508
self.assertEqual(len(ls_correct_range), prob.shape[1],
509
msg='Predicted probabilities of class {}'
510
'are not in range [0,1]'.format(
0 commit comments