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

deps: Update GridTools C++ dependency to 2.3.1 #1324

Merged
merged 3 commits into from
Aug 17, 2023
Merged

deps: Update GridTools C++ dependency to 2.3.1 #1324

merged 3 commits into from
Aug 17, 2023

Conversation

havogt
Copy link
Contributor

@havogt havogt commented Aug 16, 2023

No description provided.

@havogt havogt changed the title Update GridTools C++ dependency to 2.3.1 deps: Update GridTools C++ dependency to 2.3.1 Aug 16, 2023
@havogt havogt requested a review from petiaccja August 16, 2023 15:00
@@ -82,7 +82,7 @@ def replace(self, **kwargs: Any) -> Self:
if not dataclasses.is_dataclass(self):
raise TypeError(f"{self.__class__} is not a dataclass")
assert not isinstance(self, type)
return dataclasses.replace(self, **kwargs)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the only manual change, mypy doesn't understand anymore that self is a dataclass (as checked in line 82)

@havogt havogt merged commit 36b4821 into main Aug 17, 2023
@havogt havogt deleted the update_gt_231 branch August 17, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants