From 44de0b3563154e386f21e198cdf4ae85411d1699 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 11 Dec 2019 06:44:20 -0800 Subject: [PATCH] remove summary --- tests/test_amp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_amp.py b/tests/test_amp.py index 85025a56..23af0694 100644 --- a/tests/test_amp.py +++ b/tests/test_amp.py @@ -48,7 +48,7 @@ def test_no_amp_single_gpu(tmpdir): max_epochs=1, gpus=1, distributed_backend='dp', - use_amp=True + use_amp=False ) with pytest.raises((MisconfigurationException, ModuleNotFoundError)):