From 4a38231a03534d7417413462a9988cd7ab48939e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Fri, 18 Oct 2019 15:54:17 +0200 Subject: [PATCH] changes to seed for tests --- .run_local_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.run_local_tests.sh b/.run_local_tests.sh index 460b437b31..831a3a5543 100644 --- a/.run_local_tests.sh +++ b/.run_local_tests.sh @@ -2,6 +2,5 @@ rm -rf _ckpt_* rm -rf tests/save_dir* rm -rf tests/mlruns_* -rm -rf tests/tests/* coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules coverage report -m