Skip to content

[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

Merged

Conversation

jorisvandenbossche
Copy link
Member

xref #39146

@jorisvandenbossche jorisvandenbossche added Internals Related to non-user accessible pandas implementation Apply Apply, Aggregate, Transform, Map labels Mar 10, 2021
@jorisvandenbossche
Copy link
Member Author

@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
Copy link
Member

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?

Copy link
Member Author

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

@jbrockmendel
Copy link
Member

one question, otherwise LGTM. azure failure looks unrelated.

@jorisvandenbossche
Copy link
Member Author

Failure is an unrelated docstring validation issue that also happens on other PRs

@jorisvandenbossche jorisvandenbossche merged commit b172a60 into pandas-dev:master Mar 16, 2021
@jorisvandenbossche jorisvandenbossche deleted the am-tests-apply branch March 16, 2021 11:14
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
Apply Apply, Aggregate, Transform, Map Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants