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
The below example demonstrates two merge operations involving nested dataclasses.
The first merge succeeds, the second one raises ConfigKeyError. I think raising here is undesirable.
This bug report is motivated by facebookresearch/hydra#2349 .
The below example demonstrates two merge operations involving nested dataclasses.
The first merge succeeds, the second one raises
ConfigKeyError
. I think raising here is undesirable.I feel that if the first merge succeeds then the second one should succeed too.
The text was updated successfully, but these errors were encountered: