Skip to content

Commit

Permalink
External Loop Functionality Added
Browse files Browse the repository at this point in the history
External Loop Functionality Added

Signed-off-by: Parth Mandaliya <parthx.mandaliya@intel.com>
  • Loading branch information
ParthM-GitHub committed Sep 28, 2023
1 parent b67b725 commit 778294c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfl/experimental/transport/grpc/aggregator_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def SendTaskResults(self, request, context):
next_step = request.next_step,
execution_environment = request.execution_environment

res = self.aggregator.send_task_results(
collaborator_name, round_number, next_step, execution_environment
_ = self.aggregator.send_task_results(
collaborator_name, round_number[0], next_step, execution_environment
)

return aggregator_pb2.TaskResultsResponse(
Expand Down

0 comments on commit 778294c

Please sign in to comment.