removed deps

This commit is contained in:
William Falcon 2019-07-24 21:28:34 -04:00
parent 9b44ed1c3f
commit 104b4dc1ff
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def test_cpu_model_with_amp():
model, hparams = get_model()
with pytest.raises(MisconfigurationException):
with pytest.raises(ModuleNotFoundError):
run_gpu_model_test(trainer_options, model, hparams, on_gpu=False)