Strategy change new rule (Part2)

This commit is contained in:
2026-05-05 17:58:21 +01:00
parent d990307456
commit 6eab4f367f
6 changed files with 10037 additions and 1 deletions

View File

@@ -1519,7 +1519,7 @@ def main():
# ║ Limite le tableau aux organisations aux rangs 33 et 34 ║
# ║ (indices 32 et 33, après tri décroissant par patients_count) ║
# ╚══════════════════════════════════════════════════════════════════╝
# organizations_list = [org for i, org in enumerate(organizations_list) if i in (32, 33)]
organizations_list = [org for i, org in enumerate(organizations_list) if i in (32, 33)]
# ══════════════════════════════════════════════════════════════════
number_of_organizations = len(organizations_list)