changes to seed for tests

This commit is contained in:
William Falcon 2019-10-18 15:54:17 +02:00
parent e04dfb37fd
commit 4a38231a03
1 changed files with 0 additions and 1 deletions

View File

@ -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