Skip to content

TST: Test cow for set_flags #50489

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 4 commits into from
Jan 3, 2023
Merged

TST: Test cow for set_flags #50489

merged 4 commits into from
Jan 3, 2023

Conversation

phofl
Copy link
Member

@phofl phofl commented Dec 29, 2022

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

No changes needed here, just adding a test to ensure behavior does not change

Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

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

Looks good to me (just needs a merge of main)

Side note: (not this PR, but generally enabling CoW) in case of set_flags, this is actually a change in behaviour, since its behaviour was copy=False by default (while almost all other methods have a copy=True default)

@phofl
Copy link
Member Author

phofl commented Jan 3, 2023

Merged

Side note: (not this PR, but generally enabling CoW) in case of set_flags, this is actually a change in behaviour, since its behaviour was copy=False by default (while almost all other methods have a copy=True default)

This is something I wanted to discuss tomorrow as well

@jorisvandenbossche
Copy link
Member

There is a linting failure

@phofl
Copy link
Member Author

phofl commented Jan 3, 2023

Thx, shouldn't edit files through the browser

@phofl phofl added this to the 2.0 milestone Jan 3, 2023
@phofl phofl merged commit bf731cc into pandas-dev:main Jan 3, 2023
@phofl phofl deleted the cow_set_flags branch February 11, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants