Update .run_local_tests.sh

This commit is contained in:
William Falcon 2019-10-04 15:58:54 -04:00 committed by GitHub
parent 73a7cf3c99
commit af1456a051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
rm -rf tests/save_dir* rm -rf tests/save_dir*
rm -rf tests/mlruns_9964541/mlruns/ rm -rf tests/mlruns_*
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules