We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This fails
from omegaconf import OmegaConf from typing import Any from dataclasses import dataclass @dataclass class Nested: ... @dataclass class NestedWithAny: var: Any = Nested() cfg = OmegaConf.structured(NestedWithAny)
Result:
omegaconf.errors.UnsupportedValueType: Value 'Nested' is not a supported primitive type full_key: reference_type=None object_type=None
The text was updated successfully, but these errors were encountered:
Fixes #260
fdb707d
36807cb
6890fda
Successfully merging a pull request may close this issue.
This fails
Result:
The text was updated successfully, but these errors were encountered: