remove summary

This commit is contained in:
William Falcon
2019-12-11 06:44:20 -08:00
parent 47bdc77bce
commit 44de0b3563
+1 -1
View File
@@ -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)):