Skip to content

Commit

Permalink
Bugfix/SK-673 | start_session endpoint should have delete_models=True (
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede authored Feb 5, 2024
1 parent e3c880c commit 098ad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/network/api/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ def start_session(
rounds=5,
round_timeout=180,
round_buffer_size=-1,
delete_models=False,
delete_models=True,
validate=True,
helper="numpyhelper",
min_clients=1,
Expand Down

0 comments on commit 098ad7c

Please sign in to comment.