omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.97k stars 109 forks source link

regression test: to_container supports allow_objects #1030

Closed Jasha10 closed 1 year ago

Jasha10 commented 1 year ago

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.