From f705aabb4eaae06e7a82fae3d1ace4037e6f8f41 Mon Sep 17 00:00:00 2001 From: kmaitreys Date: Wed, 18 Sep 2024 22:39:18 +0530 Subject: [PATCH] fix MOLWT column starting position --- astroquery/linelists/cdms/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/linelists/cdms/core.py b/astroquery/linelists/cdms/core.py index a5bb2d68fa..7abb7d5f1f 100644 --- a/astroquery/linelists/cdms/core.py +++ b/astroquery/linelists/cdms/core.py @@ -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,