You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataclass with dataclasses
I want to add fields that are not part of the init
I cannot use __post_init__ instead because it will be frozen (not included in the snippet above)
Expected behavior
Works as expected
Environment
jsonargparse version: 4.35.0
Python version: 3.10.12
How jsonargparse was installed: pip
OS: Linux
As always, thank you for this great tool 🙇
The text was updated successfully, but these errors were encountered:
🐛 Bug report
Hello Mauricio!
Here's an edge case for you
To reproduce
Motivation
I have a dataclass with dataclasses
I want to add fields that are not part of the init
I cannot use
__post_init__
instead because it will be frozen (not included in the snippet above)Expected behavior
Works as expected
Environment
As always, thank you for this great tool 🙇
The text was updated successfully, but these errors were encountered: