Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/SK-521 | Global model not created if the combiner terminates based on timeout #478

Merged
merged 23 commits into from
Nov 9, 2023
Merged
Next Next commit
work in progress
  • Loading branch information
Andreas Hellander committed Aug 16, 2023
commit 942e1e083c2120f7b7f35828d53c6bca65c95563
2 changes: 1 addition & 1 deletion fedn/fedn/network/controller/control.py
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ def session(self, config):
self._state = ReducerState.idle

def round(self, session_config, round_id):
""" Execute a single global round.
""" Execute one global round.

:param session_config: The session config.
:type session_config: dict