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 b1a4b38 commit dbf38c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fedeca/strategies/bootstraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,6 @@ def local_computation(self, data_from_opener, shared_state=None) -> list:
# On first run we don't bootstrap
if idx == 0:
data = data_from_opener
print("first round no bootsrap")
print(data.columns)
print(len(data.index))
print("=======")
else:
# Useful for remote debugging if logs are enabled
data = bootstrap_function(data=data_from_opener, seed=seed)
Expand Down

0 comments on commit dbf38c0

Please sign in to comment.