From 7092b6cb94d8451d87ea3f0cfa84b547e5fd09c0 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 23 Oct 2019 04:14:09 -0400 Subject: [PATCH] Update .run_local_tests.sh --- .run_local_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index 1f61fb3b..57d40c26 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -3,5 +3,6 @@ rm -rf _ckpt_* rm -rf tests/save_dir* rm -rf tests/mlruns_* 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 report -m