Revision 959c98c541ba340efccac60ab06e0f1193eda17a authored by Jean Kossaifi on 04 August 2017, 06:16:16 UTC, committed by Jean Kossaifi on 22 August 2017, 19:56:43 UTC
1 parent 1bb217a
Makefile
# Automate testing etc
BACKEND?='mxnet'
all: install test
install:
pip install -e .
test:
TENSORLY_BACKEND=$(BACKEND) pytest -v tensorly
test-all:
TENSORLY_BACKEND='mxnet' pytest -v tensorly
TENSORLY_BACKEND='numpy' pytest -v tensorly
test-coverage:
TENSORLY_BACKEND=$(BACKEND) pytest -v --cov tensorly tensorly

Computing file changes ...