Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
1 stars 0 forks source link

Task: Setup coverage for tests #20

Closed DragonflyRobotics closed 9 months ago

DragonflyRobotics commented 10 months ago

After setting up tasks, setup coverage to ensure that there is enough tests to ensure safe functionality. #10

DragonflyRobotics commented 9 months ago

Added tests and coverage testing with commit: bba1fe96551058435cf822c80440efb571222ae1

Also introduced flake8 and other tools for a code linter.