We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37d701f + c413b01 commit 6079713Copy full SHA for 6079713
test/datasets.jl
@@ -13,7 +13,7 @@ ncar_hash = artifact_hash("ncar", artifact_toml)
13
if ncar_hash === nothing || !artifact_exists(ncar_hash)
14
oldhash = ncar_hash
15
ncar_hash = create_artifact() do artifact_dir
16
- Downloads.download("https://www.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc",joinpath(artifact_dir,"ncar.nc"))
+ Downloads.download("https://archive.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc",joinpath(artifact_dir,"ncar.nc"))
17
end
18
if oldhash !== nothing
19
unbind_artifact!(artifact_toml, "ncar")
0 commit comments