Skip to content

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