Skip to content

Instantly share code, notes, and snippets.

Created October 18, 2013 16:53
Show Gist options
  • Save anonymous/7044411 to your computer and use it in GitHub Desktop.
Save anonymous/7044411 to your computer and use it in GitHub Desktop.
nosetests sklearn/
/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/scikit-
learn-0.14.1/sklearn/feature_selection/selector_mixin.py:7: DeprecationWarning:
sklearn.feature_selection.selector_mixin.SelectorMixin has been renamed sklearn.
feature_selection.from_model._LearntSelectorMixin, and this alias will be remove
d in version 0.16
DeprecationWarning)
/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/scikit-
learn-0.14.1/sklearn/pls.py:7: DeprecationWarning: This module has been moved to
cross_decomposition and will be removed in 0.16
"removed in 0.16", DeprecationWarning)
EE....................SS..............S.........................................
.....E....E.................................SSS.........E.......................
/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/scikit-
learn-0.14.1/sklearn/externals/joblib/test/test_func_inspect.py:122: UserWarning
: Cannot inspect object <functools.partial object at 0x53a79f0>, ignore list wil
l not work.
nose.tools.assert_equal(filter_args(ff, ['y'], (1, )),
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
......................................................................FF........
.....EFF..................................EE.......F...E.EE.....................
...........F...............FE..................EE................F..........E...
................................................................................
..................E.EE...........EEF............E..................E............
.....
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/__init__.py", line 6, in <module>
from .spectral import spectral_clustering, SpectralClustering
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/spectral.py", line 17, in <module>
from ..manifold import spectral_embedding
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/__init__.py", line 6, in <module>
from .isomap import Isomap
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/isomap.py", line 11, in <module>
from ..decomposition import KernelPCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/__init__.py", line 10, in <module>
from .sparse_pca import SparsePCA, MiniBatchSparsePCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/sparse_pca.py", line 8, in <module>
from ..linear_model import ridge_regression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/covariance/__init__.py", line 15, in <module>
from .graph_lasso_ import graph_lasso, GraphLasso, GraphLassoCV
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/covariance/graph_lasso_.py", line 21, in <module>
from ..linear_model import lars_path
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/__init__.py", line 10, in <module>
from .sparse_pca import SparsePCA, MiniBatchSparsePCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/sparse_pca.py", line 8, in <module>
from ..linear_model import ridge_regression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/ensemble/tests/test_forest.py", line 23, in <module
>
from sklearn.svm import LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Test different base estimators.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/ensemble/tests/test_weight_boosting.py", line 224,
in test_base_estimator
from sklearn.svm import SVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_extraction/tests/test_text.py", line 16, in
<module>
from sklearn.svm import LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_selection/tests/test_from_model.py", line 9
, in <module>
from sklearn.linear_model import LogisticRegression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_selection/tests/test_rfe.py", line 15, in <
module>
from sklearn.svm import SVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/hmm.py", line 22, in <module>
from .mixture import (
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/mixture/__init__.py", line 5, in <module>
from .gmm import sample_gaussian, log_multivariate_normal_density
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/mixture/gmm.py", line 17, in <module>
from .. import cluster
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/__init__.py", line 6, in <module>
from .spectral import spectral_clustering, SpectralClustering
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/spectral.py", line 17, in <module>
from ..manifold import spectral_embedding
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/__init__.py", line 6, in <module>
from .isomap import Isomap
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/isomap.py", line 11, in <module>
from ..decomposition import KernelPCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/__init__.py", line 10, in <module>
from .sparse_pca import SparsePCA, MiniBatchSparsePCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/sparse_pca.py", line 8, in <module>
from ..linear_model import ridge_regression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/__init__.py", line 6, in <module>
from .isomap import Isomap
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/isomap.py", line 11, in <module>
from ..decomposition import KernelPCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/__init__.py", line 10, in <module>
from .sparse_pca import SparsePCA, MiniBatchSparsePCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/sparse_pca.py", line 8, in <module>
from ..linear_model import ridge_regression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/metrics/tests/test_metrics.py", line 10, in <module
>
from sklearn import svm
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/metrics/tests/test_score_objects.py", line 10, in <
module>
from sklearn.svm import LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/mixture/__init__.py", line 5, in <module>
from .gmm import sample_gaussian, log_multivariate_normal_density
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/mixture/gmm.py", line 17, in <module>
from .. import cluster
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/__init__.py", line 6, in <module>
from .spectral import spectral_clustering, SpectralClustering
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/spectral.py", line 17, in <module>
from ..manifold import spectral_embedding
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/__init__.py", line 6, in <module>
from .isomap import Isomap
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/isomap.py", line 11, in <module>
from ..decomposition import KernelPCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/__init__.py", line 10, in <module>
from .sparse_pca import SparsePCA, MiniBatchSparsePCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/sparse_pca.py", line 8, in <module>
from ..linear_model import ridge_regression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_base.py", line 15, in <module>
from sklearn.svm import SVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_common.py", line 43, in <module>
from sklearn.svm.base import BaseLibSVM
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_cross_validation.py", line 30, in <modul
e>
from sklearn.linear_model import Ridge
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_grid_search.py", line 33, in <module>
from sklearn.svm import LinearSVC, SVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_hmm.py", line 8, in <module>
from sklearn import hmm
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/hmm.py", line 22, in <module>
from .mixture import (
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/mixture/__init__.py", line 5, in <module>
from .gmm import sample_gaussian, log_multivariate_normal_density
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/mixture/gmm.py", line 17, in <module>
from .. import cluster
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/__init__.py", line 6, in <module>
from .spectral import spectral_clustering, SpectralClustering
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/cluster/spectral.py", line 17, in <module>
from ..manifold import spectral_embedding
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/__init__.py", line 6, in <module>
from .isomap import Isomap
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/manifold/isomap.py", line 11, in <module>
from ..decomposition import KernelPCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/__init__.py", line 10, in <module>
from .sparse_pca import SparsePCA, MiniBatchSparsePCA
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/decomposition/sparse_pca.py", line 8, in <module>
from ..linear_model import ridge_regression
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_multiclass.py", line 19, in <module>
from sklearn.svm import LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
ERROR: Failure: ImportError (/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_pipeline.py", line 16, in <module>
from sklearn.svm import SVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsCV,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <module>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_
stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtr
sv
======================================================================
FAIL: sklearn.feature_extraction.tests.test_image.test_connect_regions
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_extraction/tests/test_image.py", line 63, i
n test_connect_regions
assert_equal(ndimage.label(mask)[1], connected_components(graph)[0])
AssertionError: 777 != 767
'777 != 767' = '%s != %s' % (safe_repr(777), safe_repr(767))
'777 != 767' = self._formatMessage('777 != 767', '777 != 767')
>> raise self.failureException('777 != 767')
======================================================================
FAIL: sklearn.feature_extraction.tests.test_image.test_connect_regions_with_grid
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_extraction/tests/test_image.py", line 70, i
n test_connect_regions_with_grid
assert_equal(ndimage.label(mask)[1], connected_components(graph)[0])
AssertionError: 777 != 767
'777 != 767' = '%s != %s' % (safe_repr(777), safe_repr(767))
'777 != 767' = self._formatMessage('777 != 767', '777 != 767')
>> raise self.failureException('777 != 767')
======================================================================
FAIL: Doctest: sklearn.feature_selection.rfe.RFE
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py", lin
e 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.feature_selection.rfe.RFE
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 20, in RFE
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 78, in sklearn.featur
e_selection.rfe.RFE
Failed example:
from sklearn.svm import SVR
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFE[2]>", line 1, in <module>
from sklearn.svm import SVR
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsC
V,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <modu
le>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/
ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL
_dtrsv
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 80, in sklearn.featur
e_selection.rfe.RFE
Failed example:
estimator = SVR(kernel="linear")
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFE[4]>", line 1, in <module>
estimator = SVR(kernel="linear")
NameError: name 'SVR' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 81, in sklearn.featur
e_selection.rfe.RFE
Failed example:
selector = RFE(estimator, 5, step=1)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFE[5]>", line 1, in <module>
selector = RFE(estimator, 5, step=1)
NameError: name 'estimator' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 82, in sklearn.featur
e_selection.rfe.RFE
Failed example:
selector = selector.fit(X, y)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFE[6]>", line 1, in <module>
selector = selector.fit(X, y)
NameError: name 'selector' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 83, in sklearn.featur
e_selection.rfe.RFE
Failed example:
selector.support_ # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFE[7]>", line 1, in <module>
selector.support_ # doctest: +NORMALIZE_WHITESPACE
NameError: name 'selector' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 86, in sklearn.featur
e_selection.rfe.RFE
Failed example:
selector.ranking_
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFE[8]>", line 1, in <module>
selector.ranking_
NameError: name 'selector' is not defined
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance
at 0x55a0248>.getvalue()))
======================================================================
FAIL: Doctest: sklearn.feature_selection.rfe.RFECV
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py", lin
e 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.feature_selection.rfe.RFECV
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 211, in RFECV
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 279, in sklearn.featu
re_selection.rfe.RFECV
Failed example:
from sklearn.svm import SVR
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFECV[2]>", line 1, in <modul
e>
from sklearn.svm import SVR
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsC
V,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <modu
le>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/
ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL
_dtrsv
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 281, in sklearn.featu
re_selection.rfe.RFECV
Failed example:
estimator = SVR(kernel="linear")
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFECV[4]>", line 1, in <modul
e>
estimator = SVR(kernel="linear")
NameError: name 'SVR' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 282, in sklearn.featu
re_selection.rfe.RFECV
Failed example:
selector = RFECV(estimator, step=1, cv=5)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFECV[5]>", line 1, in <modul
e>
selector = RFECV(estimator, step=1, cv=5)
NameError: name 'estimator' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 283, in sklearn.featu
re_selection.rfe.RFECV
Failed example:
selector = selector.fit(X, y)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFECV[6]>", line 1, in <modul
e>
selector = selector.fit(X, y)
NameError: name 'selector' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 284, in sklearn.featu
re_selection.rfe.RFECV
Failed example:
selector.support_ # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFECV[7]>", line 1, in <modul
e>
selector.support_ # doctest: +NORMALIZE_WHITESPACE
NameError: name 'selector' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/feature_selection/rfe.py", line 287, in sklearn.featu
re_selection.rfe.RFECV
Failed example:
selector.ranking_
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.feature_selection.rfe.RFECV[8]>", line 1, in <modul
e>
selector.ranking_
NameError: name 'selector' is not defined
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance
at 0x510a320>.getvalue()))
======================================================================
FAIL: Doctest: sklearn.grid_search.GridSearchCV
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py", lin
e 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.grid_search.GridSearchCV
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/grid_search.py", line 546, in GridSearchCV
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/grid_search.py", line 615, in sklearn.grid_search.Gri
dSearchCV
Failed example:
from sklearn import svm, grid_search, datasets
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.grid_search.GridSearchCV[0]>", line 1, in <module>
from sklearn import svm, grid_search, datasets
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsC
V,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <modu
le>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/
ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL
_dtrsv
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/grid_search.py", line 616, in sklearn.grid_search.Gri
dSearchCV
Failed example:
iris = datasets.load_iris()
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.grid_search.GridSearchCV[1]>", line 1, in <module>
iris = datasets.load_iris()
NameError: name 'datasets' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/grid_search.py", line 618, in sklearn.grid_search.Gri
dSearchCV
Failed example:
svr = svm.SVC()
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.grid_search.GridSearchCV[3]>", line 1, in <module>
svr = svm.SVC()
NameError: name 'svm' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/grid_search.py", line 619, in sklearn.grid_search.Gri
dSearchCV
Failed example:
clf = grid_search.GridSearchCV(svr, parameters)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.grid_search.GridSearchCV[4]>", line 1, in <module>
clf = grid_search.GridSearchCV(svr, parameters)
NameError: name 'grid_search' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/grid_search.py", line 620, in sklearn.grid_search.Gri
dSearchCV
Failed example:
clf.fit(iris.data, iris.target)
# doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.grid_search.GridSearchCV[5]>", line 1, in <module>
clf.fit(iris.data, iris.target)
NameError: name 'clf' is not defined
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance
at 0x569b128>.getvalue()))
======================================================================
FAIL: Doctest: sklearn.metrics.metrics.hinge_loss
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py", lin
e 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.metrics.metrics.hinge_loss
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/metrics/metrics.py", line 200, in hinge_loss
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/metrics.py", line 229, in sklearn.metrics.met
rics.hinge_loss
Failed example:
from sklearn import svm
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.metrics.hinge_loss[0]>", line 1, in <module
>
from sklearn import svm
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsC
V,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <modu
le>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/
ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL
_dtrsv
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/metrics.py", line 233, in sklearn.metrics.met
rics.hinge_loss
Failed example:
est = svm.LinearSVC(random_state=0)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.metrics.hinge_loss[4]>", line 1, in <module
>
est = svm.LinearSVC(random_state=0)
NameError: name 'svm' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/metrics.py", line 234, in sklearn.metrics.met
rics.hinge_loss
Failed example:
est.fit(X, y)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.metrics.hinge_loss[5]>", line 1, in <module
>
est.fit(X, y)
NameError: name 'est' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/metrics.py", line 238, in sklearn.metrics.met
rics.hinge_loss
Failed example:
pred_decision = est.decision_function([[-2], [3], [0.5]])
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.metrics.hinge_loss[6]>", line 1, in <module
>
pred_decision = est.decision_function([[-2], [3], [0.5]])
NameError: name 'est' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/metrics.py", line 239, in sklearn.metrics.met
rics.hinge_loss
Failed example:
pred_decision # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.metrics.hinge_loss[7]>", line 1, in <module
>
pred_decision # doctest: +ELLIPSIS
NameError: name 'pred_decision' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/metrics.py", line 241, in sklearn.metrics.met
rics.hinge_loss
Failed example:
hinge_loss([-1, 1, 1], pred_decision) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.metrics.hinge_loss[8]>", line 1, in <module
>
hinge_loss([-1, 1, 1], pred_decision) # doctest: +ELLIPSIS
NameError: name 'pred_decision' is not defined
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance
at 0x51083f8>.getvalue()))
======================================================================
FAIL: Doctest: sklearn.metrics.scorer.make_scorer
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py", lin
e 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.metrics.scorer.make_scorer
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/metrics/scorer.py", line 183, in make_scorer
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/scorer.py", line 229, in sklearn.metrics.scor
er.make_scorer
Failed example:
from sklearn.svm import LinearSVC
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.scorer.make_scorer[4]>", line 1, in <module
>
from sklearn.svm import LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsC
V,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <modu
le>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/
ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL
_dtrsv
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/metrics/scorer.py", line 230, in sklearn.metrics.scor
er.make_scorer
Failed example:
grid = GridSearchCV(LinearSVC(), param_grid={'C': [1, 10]},
scoring=ftwo_scorer)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.metrics.scorer.make_scorer[5]>", line 1, in <module
>
grid = GridSearchCV(LinearSVC(), param_grid={'C': [1, 10]},
NameError: name 'LinearSVC' is not defined
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance
at 0x52ef680>.getvalue()))
======================================================================
FAIL: Doctest: sklearn.pipeline.Pipeline
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py", lin
e 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.pipeline.Pipeline
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/pipeline.py", line 26, in Pipeline
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/pipeline.py", line 48, in sklearn.pipeline.Pipeline
Failed example:
from sklearn import svm
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.pipeline.Pipeline[0]>", line 1, in <module>
from sklearn import svm
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/svm/classes.py", line 3, in <module>
from ..linear_model.base import LinearClassifierMixin, SparseCoefMixin
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/__init__.py", line 15, in <module>
from .least_angle import (Lars, LassoLars, lars_path, LarsCV, LassoLarsC
V,
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_s
tuff/scikit-learn-0.14.1/sklearn/linear_model/least_angle.py", line 23, in <modu
le>
from ..utils import array2d, arrayfuncs, as_float_array
ImportError: /home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/
ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL
_dtrsv
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/pipeline.py", line 60, in sklearn.pipeline.Pipeline
Failed example:
clf = svm.SVC(kernel='linear')
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.pipeline.Pipeline[7]>", line 1, in <module>
clf = svm.SVC(kernel='linear')
NameError: name 'svm' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/pipeline.py", line 61, in sklearn.pipeline.Pipeline
Failed example:
anova_svm = Pipeline([('anova', anova_filter), ('svc', clf)])
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.pipeline.Pipeline[8]>", line 1, in <module>
anova_svm = Pipeline([('anova', anova_filter), ('svc', clf)])
NameError: name 'clf' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/pipeline.py", line 66, in sklearn.pipeline.Pipeline
Failed example:
anova_svm.set_params(anova__k=10, svc__C=.1).fit(X, y)
# doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.pipeline.Pipeline[9]>", line 1, in <module>
anova_svm.set_params(anova__k=10, svc__C=.1).fit(X, y)
NameError: name 'anova_svm' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/pipeline.py", line 70, in sklearn.pipeline.Pipeline
Failed example:
prediction = anova_svm.predict(X)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.pipeline.Pipeline[10]>", line 1, in <module>
prediction = anova_svm.predict(X)
NameError: name 'anova_svm' is not defined
----------------------------------------------------------------------
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/s
cikit-learn-0.14.1/sklearn/pipeline.py", line 71, in sklearn.pipeline.Pipeline
Failed example:
anova_svm.score(X, y)
Exception raised:
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/doctest.py",
line 1289, in __run
compileflags, 1) in test.globs
File "<doctest sklearn.pipeline.Pipeline[11]>", line 1, in <module>
anova_svm.score(X, y)
NameError: name 'anova_svm' is not defined
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance
at 0x55a50e0>.getvalue()))
======================================================================
FAIL: Test either above import has failed for some reason
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myacct/myProg/Python273GNU/Linux64b/lib/python2.7/site-packages/no
se/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff
/scikit-learn-0.14.1/sklearn/tests/test_init.py", line 22, in test_import_skl
assert_equal(_top_import_error, None)
AssertionError: ImportError('/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2
y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined
symbol: ATL_dtrsv',) != None
"ImportError('/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages
/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: AT
L_dtrsv',) != None" = '%s != %s' % (safe_repr(ImportError('/home/myacct/ZZ_NewPy
thonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/
utils/arrayfuncs.so: undefined symbol: ATL_dtrsv',)), safe_repr(None))
"ImportError('/home/myacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages
/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: AT
L_dtrsv',) != None" = self._formatMessage("ImportError('/home/myacct/ZZ_NewPytho
nInstall/SRC_Step_3_python2y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/uti
ls/arrayfuncs.so: undefined symbol: ATL_dtrsv',) != None", "ImportError('/home/m
yacct/ZZ_NewPythonInstall/SRC_Step_3_python2y3_packages/ICA_stuff/scikit-learn-0
.14.1/sklearn/utils/arrayfuncs.so: undefined symbol: ATL_dtrsv',) != None")
>> raise self.failureException("ImportError('/home/myacct/ZZ_NewPythonInstall/S
RC_Step_3_python2y3_packages/ICA_stuff/scikit-learn-0.14.1/sklearn/utils/arrayfu
ncs.so: undefined symbol: ATL_dtrsv',) != None")
----------------------------------------------------------------------
Ran 1045 tests in 30.192s
FAILED (SKIP=6, errors=22, failures=9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment