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 would expect OmegaConf.create to create the config based off of the dataclass-instance, not the dataclass-object. This led to a hard-to-find bug downstream in a Hydra application, where a mutable default value was silently being ignored.
The text was updated successfully, but these errors were encountered:
Running against
omegaconf
hash f362b5c (latest commit onmaster
as of posting this)This is very similar to #817 , but the issue arises whenever the parent's attribute is anything other than
MISSING
I would expect
OmegaConf.create
to create the config based off of the dataclass-instance, not the dataclass-object. This led to a hard-to-find bug downstream in a Hydra application, where a mutable default value was silently being ignored.The text was updated successfully, but these errors were encountered: