We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c38b26 commit 2030d8dCopy full SHA for 2030d8d
tests/test_real_https.py
@@ -38,7 +38,7 @@ def test_https_reductionist():
38
"""Run a true test with a https FILE."""
39
test_file_uri = "https://esgf.ceda.ac.uk/thredds/fileServer/esg_cmip6/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/ssp370SST-lowNTCF/r1i1p1f2/Amon/cl/gn/latest/cl_Amon_UKESM1-0-LL_ssp370SST-lowNTCF_r1i1p1f2_gn_205001-209912.nc"
40
41
- active = Active(test_file_uri, "cl")
+ active = Active(test_file_uri, "cl", storage_type="https")
42
active._version = 2
43
result = active.min()[0:3, 4:6, 7:9]
44
print("Result is", result)
0 commit comments