Skip to content

TST: wb test failing #9115

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
jreback opened this issue Dec 20, 2014 · 1 comment · Fixed by #9137
Closed

TST: wb test failing #9115

jreback opened this issue Dec 20, 2014 · 1 comment · Fixed by #9137
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

@jreback
Copy link
Contributor

jreback commented Dec 20, 2014

cc @jnmclarty

can you take a look

FSS.S
======================================================================
FAIL: test_wdi_download (pandas.io.tests.test_wb.TestWB)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jreback/pandas/pandas/util/testing.py", line 1441, in wrapper
    return t(*args, **kwargs)
  File "/Users/jreback/pandas/pandas/io/tests/test_wb.py", line 48, in test_wdi_download
    assert_frame_equal(result, pandas.DataFrame(expected))
  File "/Users/jreback/pandas/pandas/util/testing.py", line 730, in assert_frame_equal
    check_exact=check_exact)
  File "/Users/jreback/pandas/pandas/util/testing.py", line 674, in assert_series_equal
    assert_almost_equal(left.values, right.values, check_less_precise)
  File "das/src/testing.pyx", line 58, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2740)
  File "das/src/testing.pyx", line 93, in pandas._testing.assert_almost_equal (pandas/src/testing.c:1825)
  File "das/src/testing.pyx", line 140, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2572)
AssertionError: expected 39682.47225 but got 39677.30176, with decimal 5

----------------------------------------------------------------------
Ran 5 tests in 7.469s
@jreback jreback added Testing pandas testing functions or related to the test suite IO Data IO issues that don't fit into a more specific label Data Reader labels Dec 20, 2014
@jreback jreback added this to the 0.16.0 milestone Dec 20, 2014
@jnmclarty
Copy link
Contributor

Will do, late tonight, or tomorrow. I should have just overhauled the initial author's tests. Pandas should be testing that data comes back. We don't need to make sure that the right data comes back.

jnmclarty added a commit to jnmclarty/pandas that referenced this issue Dec 23, 2014
jreback added a commit that referenced this issue Dec 23, 2014
TST: Fix failing test due to revision in WB data #9115
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.

2 participants