I have just installed Anaconda 4.0 on a windows 64 machine, and ran pandas.test()
.
Important thing: my computer is behind a firewall so no test can access the internet. Still I am getting a lot of failures.
import pandas as pd
pd.test('fast')
...
Ran 9444 tests in 474.070s
FAILED (SKIP=147, errors=10, failures=18)
I understand that some tests that need internet access would fail, but what about
FAIL: test_categorical_series_repr_timedelta_ordered (pandas.tests.test_categorical.TestCategoricalAsBlock)
FAIL: test_categorical_series_repr_timedelta (pandas.tests.test_categorical.TestCategoricalAsBlock)
What should I do? Any help appreciated!
答案 0 :(得分:0)
它是一个临时错误(请参阅pandas邮件列表)。一切都应该在Pandas 0.18.1
中修复