Skip to content

Commit d3c1a93

Browse files
committed
innocuous fix
1 parent bb3ecc3 commit d3c1a93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def test_nc_specs_bad(bad_netcdf):
2020
@pytest.mark.online
2121
def test_dap_specs():
2222
# Link to THREDDS Data Server netCDF testdata
23-
TDS = "https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/dodsC/birdhouse/testdata/raven"
24-
fn = f"{TDS}/raven-gr4j-cemaneige/Salmon-River-Near-Prince-George_meteo_daily.nc"
23+
tds = "https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/dodsC/birdhouse/testdata/raven"
24+
fn = f"{tds}/raven-gr4j-cemaneige/Salmon-River-Near-Prince-George_meteo_daily.nc"
2525

2626
attrs = nc_specs(fn, "PRECIP", station_idx=1, alt_names=("rain",), engine="pydap")
2727
assert "units" in attrs

0 commit comments

Comments
 (0)