-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[ArrayManager] TST: enable apply tests #40345
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
[ArrayManager] TST: enable apply tests #40345
Conversation
@jreback @jbrockmendel any comments here? (trying to get all testing PRs merged to reduce the custom selection) |
tm.assert_frame_equal(df, result) | ||
if not using_array_manager: | ||
# INFO(ArrayManager) With BlockManager, the row is a view and mutated in place, | ||
# with ArrayManager the row is not a view, and thus not mutated in place |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there anything we should be asserting in the AM case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the equivalent assert (but so asserting it didn't change) for AM
one question, otherwise LGTM. azure failure looks unrelated. |
Failure is an unrelated docstring validation issue that also happens on other PRs |
xref #39146