-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Graph lasso precision test failure on win-32/mkl/python3.7 #12175
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
Comments
IIRC, passing 0 to |
The mismatch looks small enough. Maybe relaxing |
Assume the following script, which is similar to the one giving the error, but up to generating the
Now running on 3 different systems:
And now this script (not using
And the same 3 different runs:
The result for the 32bit is still different, but the 64bit ones become the same. I've been struggling with it working on PR #11732 ! |
In
def test_graph_lasso(random_state=0):
ContinuumIO/anaconda-issues#10112 (comment)
The text was updated successfully, but these errors were encountered: