issues
search
RoboticsClubIITJ
/
ML-DL-implementation
An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49
stars
69
forks
source link
Feature/testing
#196
Closed
rohansingh9001
closed
1 year ago
rohansingh9001
commented
1 year ago
References to other Issues or PRs or Relevant literature
NA
Brief description of what is fixed or changed
Removed Travis CI's build status badge from README.
Added GitHub action's build status badge to the README
Updated
requirements.txt
to contain pandas and scipy required for some scientific calculations and datasets as backends.
Removed old test files as they did not properly implement unit testing.
Added a test file
test_demo.py
which contains 2 unit tests. To be removed after actual unit tests are started.
Updated the GitHub actions
python-app.yml
to test the codebase using pytest.
References to other Issues or PRs or Relevant literature
NA
Brief description of what is fixed or changed
requirements.txt
to contain pandas and scipy required for some scientific calculations and datasets as backends.test_demo.py
which contains 2 unit tests. To be removed after actual unit tests are started.python-app.yml
to test the codebase using pytest.