Skip to content

Commit 4578bcf

Browse files
committed
comment update
1 parent ba8ed43 commit 4578bcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ async def _collect_result(config, lst): # pyright: ignore[reportUnknownParamete
478478
# else, we execute runs in parallel
479479
if isinstance(rollout_processor, MCPGymRolloutProcessor):
480480
# For MCPGymRolloutProcessor, create and execute tasks one at a time to avoid port conflicts
481-
# For now, no tqdm progress bar because logs override it, we can revisit this later
482481
for run_idx in range(num_runs):
483482
task = asyncio.create_task(execute_run(run_idx, config))
484483
await task

0 commit comments

Comments
 (0)