Skip to content

Commit

Permalink
[2.4] Removed the no need client custom path (NVIDIA#2321)
Browse files Browse the repository at this point in the history
* Removed the no need client custom path.

* Removed the commented out codes.

---------

Co-authored-by: Yuan-Ting Hsieh (謝沅廷) <[email protected]>
  • Loading branch information
yhwen and YuanTingHsieh authored Jan 30, 2024
1 parent 64638c9 commit 51e7101
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvflare/private/fed/app/simulator/simulator_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ def create_client(self, client_name):
client_name, self.args
)
self.federated_clients.append(client)
app_root = os.path.join(self.simulator_root, "app_" + client_name)
app_custom_folder = os.path.join(app_root, "custom")
sys.path.append(app_custom_folder)

def _set_client_status(self):
for client in self.federated_clients:
Expand Down

0 comments on commit 51e7101

Please sign in to comment.