We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33004f6 commit fdad4fbCopy full SHA for fdad4fb
openfl/component/aggregator/aggregator.py
@@ -472,7 +472,7 @@ def get_tasks(self, collaborator_name):
472
# if no tasks, tell the collaborator to sleep
473
if len(tasks) == 0:
474
tasks = None
475
- sleep_time = self._get_sleep_time()
+ sleep_time = Aggregator._get_sleep_time()
476
477
return tasks, self.round_number, sleep_time, time_to_quit
478
@@ -502,7 +502,7 @@ def get_tasks(self, collaborator_name):
502
# been completed
503
504
505
506
507
508
0 commit comments