Skip to content

Commit

Permalink
Readd skipping long test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Oct 23, 2023
1 parent 7abec47 commit 3e3c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def test_load_dgmr_from_hf():
_ = Generator(conditioning_stack=ctz, latent_stack=lat, sampler=sam)


#@pytest.mark.skip("Takes too long")
@pytest.mark.skip("Takes too long")
def test_train_dgmr():
forecast_steps = 8

Expand Down

0 comments on commit 3e3c95f

Please sign in to comment.