Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Jan 24, 2025
1 parent 0cfa82f commit f2bd777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/mast/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def parse_coordinates(coordinates):
coordinates = commons.parse_coordinates(coordinates)

# Convert to ICRS frame, if needed
if coordinates.frame != 'icrs':
if coordinates.frame.name != 'icrs':
coordinates = coordinates.transform_to('icrs')

return coordinates
Expand Down

0 comments on commit f2bd777

Please sign in to comment.