Skip to content

Commit

Permalink
fix MOLWT column starting position
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaitreys committed Sep 18, 2024
1 parent e8fff0b commit f705aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/linelists/cdms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _parse_result(self, response, *, verbose=False):
'DR': 36,
'ELO': 38,
'GUP': 47,
'MOLWT': 51,
'MOLWT': 50,
'TAG': 54,
'QNFMT': 58,
'Ju': 61,
Expand Down

0 comments on commit f705aab

Please sign in to comment.