scikit-learn/sklearn/cluster/tests
Nick Wilson 84ea07dfab Skip k-means parallel test on Mac OS X Lion (10.7)
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
2012-03-13 16:28:33 -07:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
common.py COSMIT some pep8 2011-11-28 23:39:46 +01:00
test_affinity_propagation.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dbscan.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_hierarchical.py TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
test_k_means.py Skip k-means parallel test on Mac OS X Lion (10.7) 2012-03-13 16:28:33 -07:00
test_mean_shift.py COSMIT some pep8 2011-11-28 23:39:46 +01:00
test_spectral.py Fix a test case 2012-02-17 14:03:55 +08:00