From 7217ecdb184b22210c91cf042173b2fe81d64fcd Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 18:12:46 -0400 Subject: [PATCH] fixed correct module on hpc save --- tests/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/README.md b/tests/README.md index d7eb4f92..fc60a6e2 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,6 +15,10 @@ pip install -r requirements.txt # run tests py.test + +# or to generate coverage +pip install coverage +coverage run tests/test_models.py ``` To test models that require GPU make sure to run the above command on a GPU machine.