https://github.com/tensorly/tensorly
Revision 471c64347758987804981f00843e486a1d5f933d authored by Jean Kossaifi on 06 December 2016, 17:15:05 UTC, committed by Jean Kossaifi on 06 December 2016, 17:15:05 UTC
1 parent c32e3fd
Raw File
Tip revision: 471c64347758987804981f00843e486a1d5f933d authored by Jean Kossaifi on 06 December 2016, 17:15:05 UTC
Creating low rank random matrices.
Tip revision: 471c643
.travis.yml
language: python
python:
    - "3.5"
# command to install dependencies
install: 
    - pip install -r requirements.txt
# command to run tests
script:
    - make test
back to top