Skip to content

Commit 2886f26

Browse files
committed
add test
1 parent 18686e3 commit 2886f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/metrics/tests/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,6 +2292,7 @@ def check_array_api_metric_pairwise(metric, array_namespace, device, dtype_name)
22922292
check_array_api_binary_classification_metric,
22932293
check_array_api_multiclass_classification_metric,
22942294
],
2295+
coverage_error: [check_array_api_continuous_classification_metric],
22952296
det_curve: [check_array_api_binary_classification_metric],
22962297
f1_score: [
22972298
check_array_api_binary_classification_metric,

0 commit comments

Comments
 (0)