Skip to content

Commit

Permalink
dont run ECMWF only model
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 5, 2024
1 parent 4b32364 commit 2ef45be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def test_app_ocf_datapipes(
os.environ["DAY_AHEAD_MODEL"] = "False"
os.environ["RUN_EXTRA_MODELS"] = "False"
os.environ["USE_OCF_DATA_SAMPLER"] = "False"
os.environ["USE_ECMWF_ONLY"] = "False"

# Run prediction
# Thes import needs to come after the environ vars have been set
Expand Down

0 comments on commit 2ef45be

Please sign in to comment.