Skip to content

Test for nested series equality #22400 #47627

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 6 commits into from
Jul 7, 2022
Merged

Conversation

srotondo
Copy link
Contributor

@srotondo srotondo commented Jul 7, 2022

@srotondo
Copy link
Contributor Author

srotondo commented Jul 7, 2022

It seems last time I tried to pr this test, it somehow got stuck onto a different topic and pr by accident, hopefully I've fixed that issue this time around.

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

Awesome, thanks @srotondo

yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
* TST: Added test for consistent type with unique agg pandas-dev#22558

* TST: Added test for consistent type with unique agg pandas-dev#22558

* TST: Moved and restructured test pandas-dev#22558

* TST: Added test for nested series pandas-dev#22400

* TST: Added equality test for nested series pandas-dev#22400

Co-authored-by: Steven Rotondo <[email protected]>
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.

assert_series_equal(..., check_exact=True) reports identically constructed Series are not equal.
3 participants