Skip to content

Conversation

tirthrajj
Copy link
Contributor

@tirthrajj tirthrajj commented Jul 28, 2024

Added new test to make sure numpy.maximum on Timestamp and Series of datetime64 works correctly and does not fail with TypeError.

@tirthrajj
Copy link
Contributor Author

tirthrajj commented Jul 28, 2024

CI failures here may get fixed after #59329

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jul 29, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 29, 2024
@mroeschke mroeschke merged commit 7acec4f into pandas-dev:main Jul 29, 2024
@mroeschke
Copy link
Member

Thanks @Tirthraj93

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: numpy.maximum(pandas.Timestamp(...), pandas.Series(..., dtype='datetime64')) fails with TypeError
2 participants