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
@dataclass
class Config(DictConfig):
db: DBConfig = MySQLConfig()
Validate that this behavior makes sense, this seems wrong.
$ python examples/structured_configs_tutorial/4_config_groups/my_app_with_inheritance.py database=postgresql
...
omegaconf.errors.ValidationError: Invalid type assigned : PostGreSQLConfig is not a subclass of MySQLConfig
The text was updated successfully, but these errors were encountered:
Validate that this behavior makes sense, this seems wrong.
The text was updated successfully, but these errors were encountered: