Start refactoring of classifiers

This commit is contained in:
2021-01-22 11:35:29 -06:00
parent b87ef651e1
commit 8dba65dd9c
9 changed files with 202 additions and 72 deletions

View File

@@ -43,6 +43,6 @@ reformat:
test:
$(MYPY) -p miplearn
$(MYPY) -p tests
$(PYTEST) $(PYTEST_ARGS)
$(PYTEST) $(PYTEST_ARGS) tests/classifiers
.PHONY: test test-watch docs install