Skip to content

Conversation

mzeitlin11
Copy link
Member

This works on master, so this PR just adds a regression test (by removing the unnecessary scipy skips, this should be ensuring that some spearman tests will be run on 32-bit).

In the backport, these tests with the skip removed should fail, but the fix should be tiny (replacing 2 int64 with intp)

@mzeitlin11 mzeitlin11 added 32bit 32-bit systems Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version labels Sep 16, 2021
@jreback jreback added this to the 1.3.4 milestone Sep 16, 2021
@jreback
Copy link
Contributor

jreback commented Sep 16, 2021

In the backport, these tests with the skip removed should fail, but the fix should be tiny (replacing 2 int64 with intp)

ok @mzeitlin11 merge then fixup the backport right?

@mzeitlin11
Copy link
Member Author

In the backport, these tests with the skip removed should fail, but the fix should be tiny (replacing 2 int64 with intp)

ok @mzeitlin11 merge then fixup the backport right?

Yep!

@mzeitlin11 mzeitlin11 merged commit 6791678 into pandas-dev:master Sep 16, 2021
@mzeitlin11 mzeitlin11 deleted the regr_spearman_32 branch September 16, 2021 22:59
@lumberbot-app

This comment has been minimized.

@mzeitlin11
Copy link
Member Author

@meeseeksdev backport 1.3.x

@lumberbot-app

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
32bit 32-bit systems Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Spearman correlation is broken (dtype mismatch) on 32-bit platforms
2 participants