Skip to content

Commit 57461d1

Browse files
authored
Add new failed tests to deselect due update numpy (#633)
1 parent d4dd14d commit 57461d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deselected_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ reduced_tests:
262262

263263
public:
264264
- tests/test_common.py::test_estimators
265-
265+
# Failed in stock sklearn
266+
- metrics/tests/test_common.py::test_not_symmetric_metric[precision_recall_curve]
267+
- metrics/tests/test_common.py::test_binary_sample_weight_invariance[precision_recall_curve]
266268

267269
# --------------------------------------------------------
268270
# The following tests currently fail with GPU offload

0 commit comments

Comments
 (0)