Skip to content

Commit

Permalink
Removing unnecessary deepcopies from aggregator.py file
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Mandaliya <parthx.mandaliya@intel.com>
  • Loading branch information
ParthM-GitHub committed Sep 28, 2023
1 parent 9cc04a4 commit 6722bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/experimental/component/aggregator/aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def do_task(self, f_name: str) -> Any:

self.__delete_agg_attrs_from_clone(self.flow, "Private attributes: Not Available.")
# Take the checkpoint of executed step
self.call_checkpoint(deepcopy(self.flow), f,
self.call_checkpoint(self.flow, f,
reserved_attributes=list(self.__private_attrs.keys()))
self.__set_attributes_to_clone(self.flow)

Expand Down

0 comments on commit 6722bf7

Please sign in to comment.