Skip to content

pandas.io.tests.test_yahoo failure #2853

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

Closed
lodagro opened this issue Feb 12, 2013 · 1 comment
Closed

pandas.io.tests.test_yahoo failure #2853

lodagro opened this issue Feb 12, 2013 · 1 comment
Labels
IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
Milestone

Comments

@lodagro
Copy link
Contributor

lodagro commented Feb 12, 2013

FAIL: test_get_data (pandas.io.tests.test_yahoo.TestYahoo)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<...>/pandas/io/tests/test_yahoo.py", line 97, in test_get_data
    assert result == expected
AssertionError
(pandas)[lodagro@ubuntu][1174][i] nosetests --pdb-failure pandas.io.tests.test_yahoo
<...>/pandas/io/tests/test_yahoo.py(97)test_get_data()
-> assert result == expected
(Pdb) p result
[18.38, 27.45, 24.28]
(Pdb) p expected
[18.38, 27.45, 24.54]
(Pdb) p pd.__version__
'0.11.0.dev-dad367e'
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant