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 d29acdb commit b1a4b38
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 @@ -399,10 +399,6 @@ def local_computation(self, data_from_opener, shared_state=None) -> list:
print("=======")
else:
# Useful for remote debugging if logs are enabled
print(f"Bootstrapping: seed seeds[{idx}]={seed}")
print(data.columns)
print(len(data.index))
print("=======")
data = bootstrap_function(data=data_from_opener, seed=seed)

if shared_state is None:
Expand Down

0 comments on commit b1a4b38

Please sign in to comment.