Skip to content

Commit

Permalink
Skip train DGMR test because it times out
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Feb 4, 2022
1 parent 1011786 commit 0776a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from dgmr.layers.ConvGRU import ConvGRUCell
from dgmr.common import DBlock, GBlock
import einops
import pytest
from pytorch_lightning import Trainer


Expand Down Expand Up @@ -300,7 +301,7 @@ def test_nowcasting_gan_backward():
def test_load_dgmr_from_hf():
model = DGMR().from_pretrained("openclimatefix/dgmr")


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

Expand Down

0 comments on commit 0776a96

Please sign in to comment.