MEDfl 2.0.4.dev2__py3-none-any.whl → 2.0.4.dev3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- MEDfl/rw/strategy.py +2 -3
- {MEDfl-2.0.4.dev2.dist-info → MEDfl-2.0.4.dev3.dist-info}/METADATA +1 -1
- {MEDfl-2.0.4.dev2.dist-info → MEDfl-2.0.4.dev3.dist-info}/RECORD +6 -6
- {MEDfl-2.0.4.dev2.dist-info → MEDfl-2.0.4.dev3.dist-info}/LICENSE +0 -0
- {MEDfl-2.0.4.dev2.dist-info → MEDfl-2.0.4.dev3.dist-info}/WHEEL +0 -0
- {MEDfl-2.0.4.dev2.dist-info → MEDfl-2.0.4.dev3.dist-info}/top_level.txt +0 -0
MEDfl/rw/strategy.py
CHANGED
@@ -123,9 +123,8 @@ class Strategy:
|
|
123
123
|
for client, _ in selected:
|
124
124
|
try:
|
125
125
|
props = client.get_properties(ins=ins, timeout=10.0, group_id=0)
|
126
|
-
print(f"\n📋 [Round {server_round}] Client {client.cid} Properties:")
|
127
|
-
|
128
|
-
print(f" {k}: {v}")
|
126
|
+
print(f"\n📋 [Round {server_round}] Client {client.cid} Properties: {props.properties}")
|
127
|
+
|
129
128
|
except Exception as e:
|
130
129
|
print(f"⚠️ Failed to get properties from {client.cid}: {e}")
|
131
130
|
|
@@ -23,14 +23,14 @@ MEDfl/rw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
MEDfl/rw/client.py,sha256=AQnLvM-pWVA2Md0GiRLB9C4s8S3TjcjjvN3U25ftpX4,3463
|
24
24
|
MEDfl/rw/model.py,sha256=OAoTmOw4zGWPa_ncDqNanLeucwWHmUydKED6zlB5Hps,1510
|
25
25
|
MEDfl/rw/server.py,sha256=TmcWUwMJ5BG7owqIVTtTC6w8bR02SESRT9lXh7BqlOg,4986
|
26
|
-
MEDfl/rw/strategy.py,sha256=
|
26
|
+
MEDfl/rw/strategy.py,sha256=aNlyQhHslmPJdiuJjsK9hu-IUJdrWR1yuGp7pNk4LeA,5974
|
27
27
|
MEDfl/scripts/__init__.py,sha256=Pq1weevsPaU7MRMHfBYeyT0EOFeWLeVM6Y1DVz6jw1A,48
|
28
28
|
MEDfl/scripts/base.py,sha256=QrmG7gkiPYkAy-5tXxJgJmOSLGAKeIVH6i0jq7G9xnA,752
|
29
29
|
MEDfl/scripts/create_db.py,sha256=MnFtZkTueRZ-3qXPNX4JsXjOKj-4mlkxoRhSFdRcvJw,3817
|
30
30
|
alembic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
31
31
|
alembic/env.py,sha256=-aSZ6SlJeK1ZeqHgM-54hOi9LhJRFP0SZGjut-JnY-4,1588
|
32
|
-
MEDfl-2.0.4.
|
33
|
-
MEDfl-2.0.4.
|
34
|
-
MEDfl-2.0.4.
|
35
|
-
MEDfl-2.0.4.
|
36
|
-
MEDfl-2.0.4.
|
32
|
+
MEDfl-2.0.4.dev3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
33
|
+
MEDfl-2.0.4.dev3.dist-info/METADATA,sha256=s5S0Ztt85jbo0x9kzkGRQDNrI9cMCed-qBWO4EA2q10,4326
|
34
|
+
MEDfl-2.0.4.dev3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
35
|
+
MEDfl-2.0.4.dev3.dist-info/top_level.txt,sha256=dIL9X8HOFuaVSzpg40DVveDPrymWRoShHtspH7kkjdI,14
|
36
|
+
MEDfl-2.0.4.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|