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 minor issues in get_shapes method #1446

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

walesch-yan
Copy link
Collaborator

The changes introduced in #1442 fixed an issue related to the camel casing of the shape ids. However the introduction of a new dict object came with issues (see #1442 for a more in detail review) related to:

  • no shapes: the new dict object was not correctly initialized
  • more than one shape: the dict object would only contain a single object

The changes proposed in this PR should fix the issues and remove the necessity of an additional dict object

Copy link
Contributor

@meguiraun meguiraun left a comment

Choose a reason for hiding this comment

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

thanks!

@marcus-oscarsson marcus-oscarsson merged commit c46194c into develop Oct 15, 2024
19 checks passed
@marcus-oscarsson marcus-oscarsson deleted the yw-fix-get_shapes branch October 15, 2024 07:56
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.

3 participants