miaopas
Results
1
issues of
miaopas
**Describe the bug** For a custom resolver that returns a dictionary, OmegaConf.resolve report error, but other functions like OmegaConf.to_container(cfg, resolve=True) will work **To Reproduce** ```python OmegaConf.register_new_resolver('foo', lambda x: {x: 1},...
bug