We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835269e commit c6e195aCopy full SHA for c6e195a
src/agentlab/experiments/study.py
@@ -725,7 +725,7 @@ def set_demo_mode(env_args_list: list[EnvArgs]):
725
env_args.slow_mo = 1000
726
727
728
-def _convert_env_args(env_args_list):
+def _convert_env_args(env_args_list) -> list[EnvArgs]:
729
"""Return a list where every element is the *new* EnvArgs.
730
731
For backward compatibility, we need to convert the old EnvArgs to the new one.
0 commit comments