Skip to content
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

TST: dt64 unit in tests #56126

Merged
merged 1 commit into from
Nov 23, 2023
Merged

TST: dt64 unit in tests #56126

merged 1 commit into from
Nov 23, 2023

Conversation

jbrockmendel
Copy link
Member

Trimming the diff in #55901

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Non-Nano datetime64/timedelta64 with non-nanosecond resolution labels Nov 23, 2023
expected = Series(
3,
index=pd.MultiIndex.from_tuples(
[
(1, Timestamp("2000-12-31")),
Copy link
Member

Choose a reason for hiding this comment

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

Generally +1 to refactor tests to minimize inference happening in our testing unless that's specifically what's tested

@mroeschke mroeschke added this to the 2.2 milestone Nov 23, 2023
@mroeschke mroeschke merged commit 1c606d5 into pandas-dev:main Nov 23, 2023
48 checks passed
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the tst-unit-8 branch November 23, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Non-Nano datetime64/timedelta64 with non-nanosecond resolution Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants