You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeliraConfig({"a": {"b": 2}, "b":2}) should work since the "b" keys are on a different dict-level. However this results in ValueError: b already in config. Can not overwrite value.
DeliraConfig({"a": {"b": 2}, "b":2})should work since the "b" keys are on a different dict-level. However this results inValueError: b already in config. Can not overwrite value.