Skip to content

Commit

Permalink
Bugfix: Incorrect female longbow field classification scores.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed May 23, 2024
1 parent 22ca810 commit 2fcff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archeryutils/classifications/agb_field_classifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _make_agb_field_classification_dict() -> dict[str, GroupData]:
("Barebow", "Male", "Adult"): [328, 307, 279, 252, 224, 197],
("Barebow", "Female", "Adult"): [303, 284, 258, 233, 207, 182],
("Longbow", "Male", "Adult"): [201, 188, 171, 155, 137, 121],
("Longbow", "Female", "Adult"): [303, 284, 258, 233, 207, 182],
("Longbow", "Female", "Adult"): [152, 142, 129, 117, 103, 91],
("Traditional", "Male", "Adult"): [262, 245, 223, 202, 178, 157],
("Traditional", "Female", "Adult"): [197, 184, 167, 152, 134, 118],
("Flatbow", "Male", "Adult"): [262, 245, 223, 202, 178, 157],
Expand Down

0 comments on commit 2fcff1a

Please sign in to comment.