Update .run_local_tests.sh
This commit is contained in:
parent
c9dbfef233
commit
7092b6cb94
|
@ -3,5 +3,6 @@ rm -rf _ckpt_*
|
||||||
rm -rf tests/save_dir*
|
rm -rf tests/save_dir*
|
||||||
rm -rf tests/mlruns_*
|
rm -rf tests/mlruns_*
|
||||||
rm -rf tests/tests/*
|
rm -rf tests/tests/*
|
||||||
|
rm -rf lightning_logs
|
||||||
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests pl_examples -v --doctest-modules
|
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests pl_examples -v --doctest-modules
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
Loading…
Reference in New Issue