This commit is contained in:
William Falcon 2019-10-18 00:19:01 +02:00
parent e5050700ce
commit 5ca6b40308
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# use this to run tests # use this to run tests
rm -rf _ckpt_*
rm -rf tests/save_dir* rm -rf tests/save_dir*
rm -rf tests/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
coverage report -m coverage report -m