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: Regression test for #33765 #41169

Merged
merged 5 commits into from
Apr 29, 2021
Merged

Conversation

ShaharNaveh
Copy link
Member

@@ -1782,3 +1783,22 @@ def test_inplace_arithmetic_series_update():

expected = DataFrame({"A": [2, 3, 4]})
tm.assert_frame_equal(df, expected)


def test_arithemetic_multiindex_align(): # Needs a better name
Copy link
Member Author

Choose a reason for hiding this comment

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

Really not sure on how to call this.

Also not sure about the placement of the test

Copy link
Contributor

Choose a reason for hiding this comment

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

this is fine

@jreback jreback added MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations labels Apr 26, 2021
@jreback jreback added this to the 1.3 milestone Apr 26, 2021
@@ -1782,3 +1783,22 @@ def test_inplace_arithmetic_series_update():

expected = DataFrame({"A": [2, 3, 4]})
tm.assert_frame_equal(df, expected)


def test_arithemetic_multiindex_align(): # Needs a better name
Copy link
Contributor

Choose a reason for hiding this comment

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

this is fine

@jreback
Copy link
Contributor

jreback commented Apr 28, 2021

lgtm if you can make a not-draft can merge.

@ShaharNaveh ShaharNaveh marked this pull request as ready for review April 28, 2021 17:24
@ShaharNaveh
Copy link
Member Author

ShaharNaveh commented Apr 29, 2021

There is a test failure that seems unrelated.
The failing test is in:
pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi


Is there a possibility that the changes here, causing that test to fail?

@jreback
Copy link
Contributor

jreback commented Apr 29, 2021

There is a test failure that seems unrelated.
The failing test is in:
pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi

Is there a possibility that the changes here, causing that test to fail?

no this occasionaly fails

@jreback jreback merged commit 3c6f3cd into pandas-dev:master Apr 29, 2021
@jreback
Copy link
Contributor

jreback commented Apr 29, 2021

thanks @ShaharNaveh

@ShaharNaveh ShaharNaveh deleted the TST-Fix-33765 branch May 3, 2021 11:40
yeshsurya pushed a commit to yeshsurya/pandas that referenced this pull request May 6, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: RecursionError when aligning column MultiIndex
2 participants