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
I noticed that 'max_memory' is documented as 'bool' in several docstrings within 'runners.py' (like in 'run_lems_with_jneuroml' and others) but it should actually be 'str' as it expects values like "400M" or "2G".
I noticed that 'max_memory' is documented as 'bool' in several docstrings within 'runners.py' (like in 'run_lems_with_jneuroml' and others) but it should actually be 'str' as it expects values like "400M" or "2G".