Skip to content

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.

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

2 participants