Skip to content

CLN: Revert "Return Python integers" (not needed after #20989) #21010

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 1 commit into from

Conversation

toobaz
Copy link
Member

@toobaz toobaz commented May 11, 2018

This reverts commit 8e3d4d0.

  • tests passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff

I had introduced the explicit casting to solve broken tests on Windows, but @jreback's #20989 is the correct way to do it, so these are now redundant.

@jreback
Copy link
Contributor

jreback commented May 11, 2018

looks ok, but oddly failing on 2.7 / windows

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label May 11, 2018
@toobaz
Copy link
Member Author

toobaz commented May 11, 2018

looks ok, but oddly failing on 2.7 / windows

Uhm, OK: I thought it was irrelevant, but given that it's not, and I have no idea why... never mind. (I'm failing to understand how the dtype of np.where... changes with the platform.

@toobaz toobaz closed this May 11, 2018
@toobaz toobaz deleted the cln_19478 branch May 11, 2018 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants