/Statistical-Computing_Project_1

Repository for Statistical Computing Project-1

Primary LanguageJupyter Notebook

Python Template

CI

Base Template For Python Projects

Instructions:

  1. Add the packages required for the project in the requiremnts.txt file
  2. Add any additional packages if required for GitHub actions in the requiremnts_actions.txt file
  3. Github Action for Testing is commented out, enable it the cicd.yml file when required
  4. Update the path for the testing and coverage report in the Makefile
  5. Update the Link to the Github Workflow Badge in the README