Skip to content

Commit

Permalink
removed raise in the round handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 4, 2024
1 parent efb3e4f commit 8821ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fedn/network/combiner/roundhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def _assign_round_clients(self, n, type="trainers"):
clients = self.server.get_active_trainers()
else:
logger.error("(ERROR): {} is not a supported type of client".format(type))
raise

# If the number of requested trainers exceeds the number of available, use all available.
if n > len(clients):
Expand Down

0 comments on commit 8821ae2

Please sign in to comment.