Remove unneeded files from template

This commit is contained in:
2022-11-24 00:12:56 +01:00
parent ee4c7702ca
commit ec17770280
61 changed files with 21 additions and 94951 deletions

View File

@@ -20,7 +20,7 @@ push: ## Push code with tags
git push && git push --tags
test: ## Run tests
python -m doctest bayesclass/bayesclass.py
python -m doctest bayesclass.clfs.py
pytest
doc: ## Update documentation