This PR adds a regression test for integration between the
OmegaConf.{to_container,to_object} methods and the "allow_objects" flag.
Specifically, we test that calling OmegaConf.{to_container,to_object} on a
config that contains objects will results in a container that contains the same
objects.
This PR adds a regression test for integration between the
OmegaConf.{to_container,to_object}
methods and the"allow_objects"
flag. Specifically, we test that callingOmegaConf.{to_container,to_object}
on a config that contains objects will results in a container that contains the same objects.