Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c8374e

Browse files
jjerphanogrisel
andcommitted
DOC Prefer ifskip and reference #21361
Co-authored-by: Olivier Grisel <[email protected]>
1 parent b4c5650 commit 4c8374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def set_random_state(estimator, random_state=0):
459459

460460
fails_if_unstable_openblas = pytest.mark.xfail(
461461
_in_unstable_openblas_configuration(),
462-
reason="OpenBLAS is unstable for this configuration",
462+
reason="OpenBLAS is unstable for this configuration (#21361)",
463463
)
464464
# Decorator for tests involving both BLAS calls and multiprocessing.
465465
#

0 commit comments

Comments
 (0)