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 nested custom dataclasses #24

Merged
merged 5 commits into from
Nov 30, 2023
Merged

Fix nested custom dataclasses #24

merged 5 commits into from
Nov 30, 2023

Conversation

mfschubert
Copy link
Member

Currently, nested custom dataclasses are broken due to the recursive behavior of dataclasses.asdict. Here we make a fix by avoiding that funciton.

@mfschubert mfschubert merged commit ad6edc8 into main Nov 30, 2023
4 checks passed
@mfschubert mfschubert deleted the internal branch November 30, 2023 23:18
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.

1 participant