Skip to content

TST: Add failing tests for minute rounding #21265

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

Safrone
Copy link

@Safrone Safrone commented May 30, 2018

For some minute frequencies, .ceil() will round up even if it should not.

For some minute frequencies, `.ceil()` will round up even if it should not.
@pep8speaks
Copy link

Hello @Safrone! Thanks for submitting the PR.

Line 132:1: W293 blank line contains whitespace

@jreback jreback added Bug Datetime Datetime data dtype labels May 31, 2018
@jreback
Copy link
Contributor

jreback commented May 31, 2018

@Safrone happy to have a fix for this.

@jreback jreback added this to the 0.23.2 milestone Jun 7, 2018
@alimcmaster1
Copy link
Member

@Safrone think ive got a potential fix for this will submit a first draft tomorrow

@Safrone
Copy link
Author

Safrone commented Jun 13, 2018

@alimcmaster1 Awesome!

@jreback
Copy link
Contributor

jreback commented Jun 19, 2018

closing as #21507 looks to potentially address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timestamp ceil rounds up when it should not when using the '15min' frequency in 0.23.0.
5 participants