From bb3c9348052d973c6804056142b9f8656a3d9bc2 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 11 Dec 2019 06:48:30 -0800 Subject: [PATCH] remove summary --- tests/test_amp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_amp.py b/tests/test_amp.py index 23af0694..be2fc825 100644 --- a/tests/test_amp.py +++ b/tests/test_amp.py @@ -47,8 +47,8 @@ def test_no_amp_single_gpu(tmpdir): show_progress_bar=True, max_epochs=1, gpus=1, - distributed_backend='dp', - use_amp=False + distributed_backend=None, + use_amp=True ) with pytest.raises((MisconfigurationException, ModuleNotFoundError)):