Skip to content

Commit 9c27da6

Browse files
committed
bugfix: M42 is at -5d, not -5h!
1 parent 07fb421 commit 9c27da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/simbad/tests/test_simbad_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
# M42 coordinates
16-
ICRS_COORDS_M42 = SkyCoord("05h35m17.3s -05h23m28s", frame='icrs')
16+
ICRS_COORDS_M42 = SkyCoord("05h35m17.3s -05d23m28s", frame='icrs')
1717
ICRS_COORDS_SgrB2 = SkyCoord(266.835*u.deg, -28.38528*u.deg, frame='icrs')
1818
multicoords = SkyCoord([ICRS_COORDS_M42, ICRS_COORDS_SgrB2])
1919

0 commit comments

Comments
 (0)