8000 Skip k-means parallel test on Mac OS X Lion (10.7) by njwilson · Pull Request #694 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Skip k-means parallel test on Mac OS X Lion (10.7) #694

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

Merged
merged 1 commit into from
Mar 14, 2012

Conversation

njwilson
Copy link
Contributor

There is a bug that occurs in the BLAS DGEMM function after a fork on
Mac OS X Lion that causes this test to hang. See issue #636 for details.
This commit causes the test_k_means_plus_plus_init_2_jobs test to be
skipped on this platform.

The Mac version is determined from platform.mac_ver() similar to how it
is described in the following link. I couldn't find a 'cleaner' way.

http://stackoverflow.com/questions/1777344/how-to-detect-mac-os-version-using-python

There is a bug that occurs in the BLAS DGEMM function after a fork on
Mac OS X Lion that causes this test to hang. See issue scikit-learn#636 for details.
This commit causes the test_k_means_plus_plus_init_2_jobs test to be
skipped on this platform.

The Mac version is determined from platform.mac_ver() similar to how it
is described in the following link. I couldn't find a 'cleaner' way.

http://stackoverflow.com/questions/1777344/how-to-detect-mac-os-version-using-python
ogrisel added a commit that referenced this pull request Mar 14, 2012
Skip k-means parallel test on Mac OS X Lion (10.7)
@ogrisel ogrisel merged commit 404f24c into scikit-learn:master Mar 14, 2012
@ogrisel
Copy link
Member
ogrisel commented Mar 14, 2012

Merged, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0