List of custom objects doesn't work on first level objects
petermartigny opened this issue · 0 comments
petermartigny commented
Currently, it is possible to use list of custom objects, but when having such list as the first level object in the experiment file, this fail to instantiate.
e.g.:
my_objects:
- _name: my_first_object
- _name: my_second_object
fails