Skip to content

Commit

Permalink
Update _bandit_scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka authored Dec 7, 2024
1 parent e762850 commit 21d9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ribs/schedulers/_bandit_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def ask(self):

self._restarts = emitter_restarts
else:
# Reselect all emitters.
# Reselect all active emitters.
reselect = self._active_arr.copy()

# If not enough emitters are active, activate the first num_active.
Expand Down

0 comments on commit 21d9bc6

Please sign in to comment.