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
In the ParameterManager class (located in src/workflow/ParameterManager.py), the method get_parameters_from_json is currently annotated with a return type of None, even though it always returns a dictionary.