From af1456a051559e293566acd65157fe94358572e2 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Fri, 4 Oct 2019 15:58:54 -0400 Subject: [PATCH] Update .run_local_tests.sh --- .run_local_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index 06d491be8f..23e96865ec 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -1,3 +1,3 @@ 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