We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bbf50 commit 67ae4e5Copy full SHA for 67ae4e5
tests/test_10_client.py
@@ -3,7 +3,7 @@
3
from xarray_esgf import Client
4
5
6
-def test_missing_files(tmp_path: Path) -> None:
+def test_download(tmp_path: Path) -> None:
7
selection = {"query": '"tas_Amon_EC-Earth3-CC_ssp245_r1i1p1f1_gr_201901-201912.nc"'}
8
client = Client(
9
selection,
tests/test_20_open_dataset.py
import xarray as xr
-def test_client(tmp_path: Path) -> None:
+def test_open_dataset(tmp_path: Path) -> None:
selection = {
"query": [
'"tas_Amon_EC-Earth3-CC_ssp245_r1i1p1f1_gr_201901-201912.nc"',
0 commit comments