Skip to content

Commit

Permalink
Remove unused utils.py (securefederatedai#992)
Browse files Browse the repository at this point in the history
* Remove unused experimental protobuf utils

Signed-off-by: Patrick Foley <[email protected]>

* Remove lower name conversation from subset collaborators testcase

Signed-off-by: Patrick Foley <[email protected]>

---------

Signed-off-by: Patrick Foley <[email protected]>
  • Loading branch information
psfoley authored Jun 27, 2024
1 parent 8da387b commit e87607b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 291 deletions.
290 changes: 0 additions & 290 deletions openfl/experimental/protocols/utils.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def callable_to_initialize_collaborator_private_attributes(collab_name):
subset_collaborators = testflow_subset_collaborators.subset_collabrators
collaborators_ran = testflow_subset_collaborators.collaborators_ran
# We now convert names to lowercase
collaborators_ran = list(map(str.lower, collaborators_ran))
random_ints = testflow_subset_collaborators.random_ints
random_ints.remove(len(subset_collaborators))

Expand Down

0 comments on commit e87607b

Please sign in to comment.