Skip to content

BUG/TST: Fix failing FRED comparison tests and remove skips. #4891

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

Merged
merged 1 commit into from
Sep 20, 2013

Conversation

TomAugspurger
Copy link
Contributor

Replacing my mess of a PR in #4890.

Fixes #4827

Assertions were being made about arrays (of one item) equaling
a scaler.

@@ -369,7 +369,6 @@ def test_fred(self):
FRED.
"""

raise nose.SkipTest('Skip as this is unstable #4427 ')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this skip too. The initial failure was due to a revision in the official GDP data. It should be stable now for at least 5 years: http://blog.bea.gov/2013/07/23/comprehensive-revisions-nipa/

An alternative would be to use FRED's ALFRED which archives values so you can get the reported value at a given data.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your call

jtratner added a commit that referenced this pull request Sep 20, 2013
BUG/TST: Fix failing FRED comparison tests and remove skips.
@jtratner jtratner merged commit 42c4bef into pandas-dev:master Sep 20, 2013
@jtratner
Copy link
Contributor

just so you are aware...if you push a new branch with the same name as your PR branch, that's what Github uses. So if you ran :

# delete fixfred3 remotely
git push origin :fixfred3
git branch fixfred3 master
git checkout fixfred3
git push -u origin fixfred3

Then Github would pick up the change and use it for the PR. No magic involved. (though now it won't work because it's already been merged).

@TomAugspurger TomAugspurger deleted the fixfred3 branch April 5, 2017 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Fred tests failing - possible error with Fred data IO.
2 participants