Skip to content

Commit

Permalink
move delta_updates below assigner in args
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Nov 15, 2024
1 parent 58172c1 commit a8d9b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/component/aggregator/aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def __init__(
init_state_path,
best_state_path,
last_state_path,
delta_updates,
assigner,
delta_updates,
straggler_handling_policy=None,
rounds_to_train=256,
single_col_cert_common_name=None,
Expand Down

0 comments on commit a8d9b59

Please sign in to comment.