From 4e9dd7c2b5590d470a2d73022c277e295922bde1 Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Mon, 25 Mar 2024 08:40:03 +0100 Subject: [PATCH] Code checks --- examples/load-test/README.md | 2 ++ examples/load-test/run_clients.py | 1 + 2 files changed, 3 insertions(+) diff --git a/examples/load-test/README.md b/examples/load-test/README.md index 20ec0ba77..f941cf461 100644 --- a/examples/load-test/README.md +++ b/examples/load-test/README.md @@ -21,6 +21,8 @@ cd fedn/examples/load-test ### Preparing the environment, the local data, the compute package and seed model +We recommend that you use a virtual environment. + Install FEDn: ``` pip install fedn diff --git a/examples/load-test/run_clients.py b/examples/load-test/run_clients.py index 3c9fca28a..cb7ca1222 100644 --- a/examples/load-test/run_clients.py +++ b/examples/load-test/run_clients.py @@ -14,6 +14,7 @@ import copy import time +import uuid from fedn import APIClient from fedn.network.clients.client import Client