Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c5650 commit 4c8374eCopy full SHA for 4c8374e
sklearn/utils/_testing.py
@@ -459,7 +459,7 @@ def set_random_state(estimator, random_state=0):
459
460
fails_if_unstable_openblas = pytest.mark.xfail(
461
_in_unstable_openblas_configuration(),
462
- reason="OpenBLAS is unstable for this configuration",
+ reason="OpenBLAS is unstable for this configuration (#21361)",
463
)
464
# Decorator for tests involving both BLAS calls and multiprocessing.
465
#
0 commit comments