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

atdpy: evaluate default field values for each object creation #341

Merged
merged 1 commit into from
May 11, 2023

Conversation

mjambon
Copy link
Collaborator

@mjambon mjambon commented May 11, 2023

instead of sharing the same physical value across all objects of the same class.

As a result, list fields defaulting to the empty list are also optional when calling the class constructor.

Fixes #339

PR checklist

  • New code has tests to catch future regressions
  • Documentation is up-to-date
  • CHANGES.md is up-to-date

sharing the same physical value across all objects of the same class.
Fixes #339
@mjambon mjambon merged commit 38fb495 into master May 11, 2023
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.

atdpy: fix handling of fields defaulting to the empty list
2 participants