fixed correct module on hpc save

This commit is contained in:
William Falcon 2019-07-24 18:12:46 -04:00
parent 2e0fde7da7
commit 7217ecdb18
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ pip install -r requirements.txt
# run tests
py.test
# or to generate coverage
pip install coverage
coverage run tests/test_models.py
```
To test models that require GPU make sure to run the above command on a GPU machine.