Skip to content

Commit f2bd777

Browse files
committed
changelog
1 parent 0cfa82f commit f2bd777

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
@@ -141,7 +141,7 @@ def parse_coordinates(coordinates):
141141
coordinates = commons.parse_coordinates(coordinates)
142142

143143
# Convert to ICRS frame, if needed
144-
if coordinates.frame != 'icrs':
144+
if coordinates.frame.name != 'icrs':
145145
coordinates = coordinates.transform_to('icrs')
146146

147147
return coordinates

0 commit comments

Comments
 (0)