Skip to content

BUG: Make copies of certain interpolate arguments (GH7295) #7479

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
Jun 17, 2014
Merged

BUG: Make copies of certain interpolate arguments (GH7295) #7479

merged 1 commit into from
Jun 17, 2014

Conversation

dsm054
Copy link
Contributor

@dsm054 dsm054 commented Jun 17, 2014

closes #7295
On the alt_methods branch in interpolate_1d, make copies if x, y, and new_x don't have their writeable attribute set. It seems a little weird that we need to do this, but it'll work around the issue so that the test can pass, anyway.

@jreback
Copy link
Contributor

jreback commented Jun 17, 2014

any specific tests that need to add (aside from the 32-but failures)
pls add release note in 0.14.1
can u rebase everything always and squash to a single commit

thxs

@dsm054
Copy link
Contributor Author

dsm054 commented Jun 17, 2014

Yep, was looking up my "how to rebase and squash" tutorial right now. I don't think there are any new tests, though. Are minor and obscure notes like this really worth a release note, though?

@jreback
Copy link
Contributor

jreback commented Jun 17, 2014

right - forgot the release note then
ok on tests (assume it passes your system!)

@jreback jreback added this to the 0.14.1 milestone Jun 17, 2014
jreback added a commit that referenced this pull request Jun 17, 2014
BUG: Make copies of certain interpolate arguments (GH7295)
@jreback jreback merged commit 69562c5 into pandas-dev:master Jun 17, 2014
@jreback
Copy link
Contributor

jreback commented Jun 17, 2014

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: test_interp_regression failure
2 participants