Skip to content
Snippets Groups Projects
Commit 39659f06 authored by Colbry, Dirk's avatar Colbry, Dirk
Browse files

moving test folder to inside module directory and fixed makefile

parent 93bd0a98
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -25,10 +25,10 @@ doc:
pdoc --force --html --output-dir ./docs Topological_ML
lint:
pylint ./Topological_ML tda_function
pylint Topological_ML
test:
pytest
pytest Topological_ML
.PHONY: init doc lint test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment