Skip to content

TST: dt.total_seconds() stores float with appending 0.00000000000001 fix #48218

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 4 commits into from
Aug 25, 2022

Conversation

ntachukwu
Copy link
Contributor

Test for dt.total_seconds() stores float with appending 0.00000000000001 fix
@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Timedelta Timedelta data type labels Aug 23, 2022
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

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

Could you add this simpler test instead? #34290 (comment)

@ntachukwu ntachukwu requested a review from mroeschke August 24, 2022 17:22
@mroeschke mroeschke added this to the 1.6 milestone Aug 25, 2022
@mroeschke mroeschke merged commit e0cf264 into pandas-dev:main Aug 25, 2022
@mroeschke
Copy link
Member

Thanks @Th3nn3ss

@mroeschke mroeschke modified the milestones: 1.6, 2.0 Oct 13, 2022
noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
…fix (pandas-dev#48218)

* TST GH34290
Test for dt.total_seconds() stores float with appending 0.00000000000001 fix

* simpler test

* use Timedelta instead of pd.Timedelta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dt.total_seconds() stores float with appending 0.00000000000001
2 participants