remove summary

This commit is contained in:
William Falcon
2019-12-11 06:48:30 -08:00
parent 44de0b3563
commit bb3c934805
+2 -2
View File
@@ -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)):