We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2030d8d commit a77b286Copy full SHA for a77b286
tests/test_real_https.py
@@ -37,8 +37,8 @@ def test_https_100years():
37
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", storage_type="https")
+ active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist
+ active = Active(test_file_uri, "cl", active_storage_url=active_storage_url)
42
active._version = 2
43
result = active.min()[0:3, 4:6, 7:9]
44
print("Result is", result)
0 commit comments