Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dunzeng committed Sep 24, 2021
1 parent b5389a8 commit 9d1035a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ def setUp(self) -> None:
rank=1),
)

def test_fedavg(self):
def test_fedasgd_client(self):
self.client.run()
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def setUp(self) -> None:
world_size=world_size,
rank=1),
)

self.client.start()

def test_fedavg(self):
def test_fedasgd_server(self):
self.server.run()

0 comments on commit 9d1035a

Please sign in to comment.