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
Describe the bug
When type annotation is a str (e.g., to work around some forward reference), omegaconf does not resolve them before using, leading to various bugs.
Describe the bug
When type annotation is a str (e.g., to work around some forward reference), omegaconf does not resolve them before using, leading to various bugs.
To Reproduce
Error is
caused by having a
str
ref_type
.Expected behavior
Arguably, omegaconf should use https://docs.python.org/3/library/typing.html#typing.get_type_hints to get the concrete type.
Additional context
The text was updated successfully, but these errors were encountered: