Skip to content

Commit 270a4e5

Browse files
keflavichbsipocz
authored andcommitted
fix coordinate declaration in test
1 parent f56252f commit 270a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/desi/tests/test_desi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'dummy_hdu_list_fits': 'hdu_list_images.fits'
2121
}
2222

23-
coords = commons.ICRSCoord('11h04m27s +38d12m32s')
23+
coords = coord.SkyCoord('11h04m27s +38d12m32s', frame='icrs')
2424
radius = coord.Angle(0.5, unit='arcmin')
2525
pixels = 60
2626
data_release = 9

0 commit comments

Comments
 (0)