removed deps
This commit is contained in:
parent
9b44ed1c3f
commit
104b4dc1ff
|
@ -163,7 +163,7 @@ def test_cpu_model_with_amp():
|
||||||
|
|
||||||
model, hparams = get_model()
|
model, hparams = get_model()
|
||||||
|
|
||||||
with pytest.raises(MisconfigurationException):
|
with pytest.raises(ModuleNotFoundError):
|
||||||
run_gpu_model_test(trainer_options, model, hparams, on_gpu=False)
|
run_gpu_model_test(trainer_options, model, hparams, on_gpu=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue