Skip to content

Commit

Permalink
removed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 25, 2019
1 parent 9b44ed1 commit 104b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 104b4dc

Please sign in to comment.