Open lebrice opened 2 years ago
Oh, the type
is not indented properly. If it was at the level of database
it would work. Thanks for reporting!
Problem seems to be on that line https://github.com/Epistimio/orion/blob/develop/src/orion/core/io/resolve_config.py#L237
yaml.dump(backward_value, indent=6),
probably does not handle multi line that well
Using the configuration for the database from the documentation:
https://orion.readthedocs.io/en/stable/user/config.html#full-example-of-global-configuration
This warning gets printed:
However, this proposed format doesn't work: