docs
This commit is contained in:
parent
e5050700ce
commit
5ca6b40308
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue