Skip to content

Commit 20007fe

Browse files
committed
changelog
1 parent 1eb2975 commit 20007fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def parse_coordinates(coordinates):
142142
coordinates = commons.parse_coordinates(coordinates)
143143

144144
# Convert to ICRS frame, if needed
145-
if coordinates.frame != 'icrs':
145+
if coordinates.frame.name != 'icrs':
146146
coordinates = coordinates.transform_to('icrs')
147147

148148
return coordinates

0 commit comments

Comments
 (0)