-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG+1] Avoid occasional failure of test_kernel_ridge_singular_kernel #9542
Conversation
Oh, if that source of randomness is the issue, then great. |
Have you managed to locally reproduce the failure? |
@jnothman |
@jnothman CIs are green. From my perspective, I tend to believe that the occasional test failure is due to small amount of certain random state. |
yeah, i think this is a good fix
…On 14 Aug 2017 1:22 am, "Hanmin Qin" ***@***.***> wrote:
@jnothman <https://github.com/jnothman> CIs are green. From my
perspective, I tend to believe that the occasional test failure is due to
small amount of certain random state.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9542 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz67hVvKgo_QdAvVDrPNBo16oVdOdTks5sXxSYgaJpZM4O1s-g>
.
|
LGTM |
Reference Issue
Fixes #9535
What does this implement/fix? Explain your changes.
I'll try to only add a random state to ensure a certain output of the test.
From my perspective, it's enough if CIs are green.
Kindly tell me if we need to reduce the decimal requirement of assert_array_almost_equal.
Any other comments?