knakamura13 / mlrose-ky

A highly optimized fork of the popular mlrose-hiive package. For Machine Learning, Randomized Optimization and SEarch algorithms.
https://nkapila6.github.io/mlrose-ky/
BSD 3-Clause "New" or "Revised" License
20 stars 8 forks source link

Achieve 100% test coverage for all existing code #24

Closed knakamura13 closed 1 month ago

knakamura13 commented 1 month ago

Issue Summary Use coverage run -m pytest to determine which lines of code are missing coverage. Write new tests using Pytest and Unittest until 100% coverage is achieved. Once this work is complete, more advanced and risky improvements to the code can be made.

knakamura13 commented 1 month ago

Finished! https://github.com/knakamura13/mlrose-ky/tree/coverage-100-percent-2024-10-08