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

[DONE] fix for adding grid objects with quarters #377

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

martijn-siemerink
Copy link
Collaborator

No description provided.

@@ -236,7 +236,7 @@ def __add__(self, other):
"equal types."
)
new_attrs = {}
for name in ("nodes", "lines", "nodes_embedded", "surfaces"):
for name in ("nodes", "lines", "nodes_embedded", "surfaces", "quarters"):
Copy link
Contributor

Choose a reason for hiding this comment

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

👀 there it is

@martijn-siemerink martijn-siemerink merged commit 7c42f1b into master Aug 29, 2024
9 checks passed
@martijn-siemerink martijn-siemerink deleted the martijn-fixes-quarters-admin branch August 29, 2024 12:16
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