From e491cd2b7d79cf2f8de2b2a7ca9697049287a332 Mon Sep 17 00:00:00 2001 From: Evan Lihou <3743825+evanlihou@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:47:30 -0500 Subject: [PATCH] This implementation is still compliant with the 2024 FRC Game Manual --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06338f7..6b50a61 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Disclaimers -*This tool has been last updated to match rules defined in the **2023** FRC game manual.* +*This tool has been last updated to match rules defined in the **2024** FRC game manual.* This tool has been created to validate division assignments or generate possible assignments. Its existence does not guarantee that this tool will be used for any particular event. Division generation methodology is at the discretion of event staff and FIRST HQ. If you have questions about schedule or division assignments contact your event's Event Coordinator. @@ -11,7 +11,7 @@ If you see any problems with the algorithm in this tool, this repo welcomes outs ## Run It ```bash -python generate_divisions.py --divisions-file test_data/divisions.txt --out-file test_data/out.txt --district FIM --api-key "username:guid" --num-teams 160 --accommodations-file test_data/accommodations.txt --season 2023 +python generate_divisions.py --divisions-file test_data/divisions.txt --out-file test_data/out.txt --district FIM --api-key "username:guid" --num-teams 160 --accommodations-file test_data/accommodations.txt --season 2024 ``` ## File Formats