Skip to content

Commit

Permalink
Merge pull request #30 from baxtree/development
Browse files Browse the repository at this point in the history
add hyper parameter tuner and examples
baxtree authored May 4, 2020
2 parents ad08813 + 1c6843b commit b5e536f
Showing 33 changed files with 600 additions and 1,582 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@ site/build
site/source/subaligner.rst
site/source/modules.rst
*subaligner.egg-info*
examples/tmp
docs/*.html

# Unit test / coverage reports
htmlcov/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ test: ## run tests quickly with the default Python
cat requirements.txt | xargs -L 1 .venv/bin/pip install; \
cat requirements-dev.txt | xargs -L 1 .venv/bin/pip install
PYTHONPATH=. .venv/bin/python -m unittest discover
-.venv/bin/pycodestyle subaligner tests --ignore=E203,E501,W503
-.venv/bin/pycodestyle subaligner tests examples --ignore=E203,E501,W503

test-all: ## run tests on every Python version with tox
if [ ! -e ".venv" ]; then pip3 install virtualenv; virtualenv -p python3 .venv; fi
40 changes: 0 additions & 40 deletions docs/index.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/subaligner._version.html

This file was deleted.

169 changes: 0 additions & 169 deletions docs/subaligner.embedder.html

This file was deleted.

Loading
Oops, something went wrong.

0 comments on commit b5e536f

Please sign in to comment.