Skip to content

Commit 5a2a5c6

Browse files
committed
Update URL of test data
1 parent b024a2f commit 5a2a5c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ function download_dep(orig, dest, hash)
1414
end
1515

1616
@testset "reproject-core" begin
17-
download_dep("https://astropy.stsci.edu/data/galactic_center/gc_2mass_k.fits", "gc_2mass_k.fits",
17+
download_dep("https://www.astropy.org/astropy-data/galactic_center/gc_2mass_k.fits", "gc_2mass_k.fits",
1818
"763ef344df3ac8fa80ff46f00ca1ec59946ca3f99502562d6fcfb73320b1cec3")
19-
download_dep("https://astropy.stsci.edu/data/galactic_center/gc_msx_e.fits", "gc_msx_e.fits",
19+
download_dep("https://www.astropy.org/astropy-data/galactic_center/gc_msx_e.fits", "gc_msx_e.fits",
2020
"3687fb3763911825f981e74b6a9b82c0e618f7e592b1e0cb17e2c63164e28cd6")
2121

2222
imgin = FITS(joinpath("data", "gc_msx_e.fits")) # project this

0 commit comments

Comments
 (0)