Skip to content

Commit

Permalink
FIX: removed fedtest and more test specificity (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier authored Dec 6, 2024
1 parent e7a3e1b commit 4924bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion intake_esgf/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"esgf-node.llnl.gov": False,
"esgf.nci.org.au": False,
"esgf-node.ornl.gov": False,
"esgf-fedtest.llnl.gov": False,
},
"additional_df_cols": [],
"esg_dataroot": [
Expand Down
5 changes: 4 additions & 1 deletion intake_esgf/tests/test_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ def test_obs4mips():

def test_projectdownscale():
# this project is only on a dev index for now
intake_esgf.conf.set(indices={"esgf-fedtest.llnl.gov": True})
intake_esgf.conf.set(indices={"esgf-node.llnl.gov": True})
cat = intake_esgf.ESGFCatalog().search(
project="DRCDP",
downscaling_source_id="LOCA2-1",
driving_source_id="ACCESS-CM2",
driving_experiment_id="historical",
frequency="day",
variable_id="pr",
)
try: # this shouldn't work but fail nicely
cat.model_groups()
Expand Down

0 comments on commit 4924bfd

Please sign in to comment.