Skip to content

Commit

Permalink
controller: Iterate over all processes
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Mar 5, 2024
1 parent 42e218e commit 317d124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ def controller(
clogger.debug(f"Process time running mean: {p_time_mean:.3f}s")
# Remove process from list
p_list.pop(i)
break

clogger.debug("{} experiments remaining in queue".format(queue_output.qsize()))
p_logger.join()
Expand Down

0 comments on commit 317d124

Please sign in to comment.