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

Fix deepcopy of Variables and DataArrays #7089

Merged
merged 9 commits into from Sep 29, 2022
Merged

Conversation

headtr1ck
Copy link
Collaborator

@headtr1ck headtr1ck commented Sep 26, 2022

related to #2839

@keewis
Copy link
Collaborator

keewis commented Sep 26, 2022

I'd actually advise to xfail and merge the tests from #7086, and then undo the xfail here to verify that the fix actually works

@headtr1ck
Copy link
Collaborator Author

Ok, actually I have to revert the changes that would fix #6970...
It breaks stuff when people to da.attrs.update(some_dict)

@TomNicholas
Copy link
Contributor

Is this ready for review / merge @headtr1ck ?

@headtr1ck
Copy link
Collaborator Author

headtr1ck commented Sep 28, 2022

Is this ready for review / merge @headtr1ck ?

We wanted to merge #7086 first.
Let's me see if I can get it done in the next hour or two.

@headtr1ck headtr1ck added the plan to merge Final call for comments label Sep 28, 2022
@TomNicholas TomNicholas enabled auto-merge (squash) September 29, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan to merge Final call for comments topic-indexing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataset.copy(deep=True) does not deepcopy .attrs
3 participants