Skip to content

Commit

Permalink
controller: Add note about control-flow design
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Nov 2, 2023
1 parent 3a74c38 commit 92cf92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def controller(
clogger.info(f"Process time running mean: {p_time_mean:.3f}s")
# Remove process from list
p_list.pop(i)
break
break # TODO AW: why break here and not iterate over all processes?

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

0 comments on commit 92cf92f

Please sign in to comment.