Skip to content

Commit

Permalink
Update fedeca/strategies/bootstraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Oct 9, 2024
1 parent dbf38c0 commit d0e2963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedeca/strategies/bootstraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def local_computation(self, data_from_opener, shared_state=None) -> list:
data = data_from_opener
else:
# Useful for remote debugging if logs are enabled
# print(f"Bootstrapping: seed seeds[{idx}]={seed}")
data = bootstrap_function(data=data_from_opener, seed=seed)

if shared_state is None:
Expand Down

0 comments on commit d0e2963

Please sign in to comment.