Skip to content

BUG: expanding_{cov,corr} for objects of different lengths #7541

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
wants to merge 3 commits into from
Closed

BUG: expanding_{cov,corr} for objects of different lengths #7541

wants to merge 3 commits into from

Conversation

seth-p
Copy link
Contributor

@seth-p seth-p commented Jun 21, 2014

Closes #7512 and #7514.

@seth-p
Copy link
Contributor Author

seth-p commented Jun 22, 2014

I'm not sure how/why the merge seth-p@f593426 got included, whether it's a problem, or what to do about it...

@jreback
Copy link
Contributor

jreback commented Jun 22, 2014

have to rebase it away but don't worry for now
see the wiki

@jreback
Copy link
Contributor

jreback commented Jun 22, 2014

https://github.com/pydata/pandas/wiki

ESP section in using git

@@ -759,6 +759,43 @@ def test_expanding_corr_pairwise(self):
for i in result.items:
assert_almost_equal(result[i], rolling_result[i])

def test_expanding_cov_diff_length(self):
s1 = Series([1, 2, 3], index=[0, 1, 2])
Copy link
Contributor

Choose a reason for hiding this comment

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

put the reference issue as a comment in the tests

@seth-p
Copy link
Contributor Author

seth-p commented Jun 28, 2014

I am closing this and will resubmit.

@seth-p seth-p closed this Jun 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: {expanding,rolling}_{cov,corr} functions between objects with different index sets
2 participants