-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaning and Tests #19
Conversation
…JP paper. Added 5mm diameter arrow for Archery Australia calculations to match JP paper. Added 5mm diameter arrow for Archery Australia calculations to match JP paper.
So far checking with coverage: 21% handicap functions - needs tests for root finding, missing print from handicap table Consider opening a fresh issue for adding classification tests as this is a relatively large job. |
Found bug in calculation of integer precision of negative handicaps whilst writing tests. handicap functions coverage now at 68% only missing print_table function and a couple of untriggered parts of rootfinding algorithm. Opened issues #22 highlighting lack data for of AA2 tests and #23 requesting classification tests as this PR is already large. |
Cleaning with black, pylint, refurb, pydocstyle (numpy) for a better codebase.
Adding testing:
Classifications- moved to Tests needed for classifications #23Will close #18