From bc40be3490d4e379d1c17a830a5a5564e54b3c76 Mon Sep 17 00:00:00 2001 From: William Falcon <falc@fb.com> Date: Wed, 24 Jul 2019 15:23:52 -0400 Subject: [PATCH] removed old files --- tests/test_models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index 1717adc5df..4bcae38064 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -35,9 +35,10 @@ def test_cpu_model(): run_gpu_model_test(trainer_options, on_gpu=False) + def test_all_features_cpu_model(): """ - Make sure model trains on CPU + Test each of the trainer options :return: """