-
-
Notifications
You must be signed in to change notification settings - Fork 26k
nosetest failed #1665
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
Thanks for the report. Is this the full traceback? It looks like there is something missing, but I'm not sure. |
no full traceback is following:
|
We saw that error in travis a couple of times. I am not entirely sure why that happens. It fails to download the datasets from mldata.org. But actually during the tests it shouldn't really try that and use a mock lib instead.... we'll have to investigate that a bit closer. |
nose-1.2.1 On Sat, Feb 9, 2013 at 3:11 PM, Andreas Mueller notifications@github.comwrote:
|
@amueller all the errors seen in traceback are from doctests, so I ran |
Closing, since this is quite old and is likely not to be relevant any more. |
FAIL: Doctest: sklearn.datasets.mldata.fetch_mldata
Traceback (most recent call last):
File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sklearn.datasets.mldata.fetch_mldata
File "/usr/local/lib/python2.6/dist-packages/sklearn/datasets/mldata.py", line 28, in fetch_mldata
File "/usr/local/lib/python2.6/dist-packages/sklearn/datasets/mldata.py", line 85, in sklearn.datasets.mldata.fetch_mldata
Failed example:
iris = fetch_mldata('iris')
The text was updated successfully, but these errors were encountered: