Skip to content

Commit

Permalink
This implementation is still compliant with the 2024 FRC Game Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
NixFey authored Jan 22, 2024
1 parent 2d07847 commit e491cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit e491cd2

Please sign in to comment.