Skip to content

Commit

Permalink
Few test cases failing issue resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Mandaliya <[email protected]>
  • Loading branch information
ParthMandaliya committed Jul 11, 2024
1 parent 50ff1a2 commit 7b7726e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfl/component/aggregator/aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,8 @@ def send_local_task_results(self, collaborator_name, round_number, task_name,
all_tasks_completed = (
all_tasks_completed and
self._collaborator_task_completed(
collaborator=collaborator_name, task_name=task, round_num=self.round_number
collaborator=collaborator_name, task_name=task.name,
round_num=self.round_number
)
)

Expand Down

0 comments on commit 7b7726e

Please sign in to comment.