From 5ca6b403088704f6bc5f2264cf3ca9aca2e6e972 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Fri, 18 Oct 2019 00:19:01 +0200 Subject: [PATCH] docs --- .run_local_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index d69c22c373..831a3a5543 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -1,5 +1,6 @@ # use this to run tests +rm -rf _ckpt_* rm -rf tests/save_dir* 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