@scott-huberty @Deepa-Tilwani
Bug on loading a config file
config = ll.config.Config("abc_ll_config.yaml")
config.load_default()
#config.print()
config.save()
Error :
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[6], [line 1](vscode-notebook-cell:?execution_count=6&line=1)
----> [1](vscode-notebook-cell:?execution_count=6&line=1) config = ll.config.Config("abc_ll_config.yaml")
[2](vscode-notebook-cell:?execution_count=6&line=2) config.load_default()
[3](vscode-notebook-cell:?execution_count=6&line=3) #config.print()
ValueError: dictionary update sequence element #0 has length 1; 2 is required