Skip to content

Commit 6aaab6d

Browse files
keflavichbsipocz
authored andcommitted
fix change of formaldehyde species ID
1 parent cd64109 commit 6aaab6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/splatalogue/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_species_ids(self, regex_str=None, *, reflags=0, recache=False):
106106
'03204 HD13CO - Formaldehyde': '1219',
107107
'03301 D213CO - Formaldehyde': '1220',
108108
'03315 HDC18O - Formaldehyde': '21141',
109-
'0348 D2C18O - Formaldehyde': '21140'}
109+
'03410 D2C18O - Formaldehyde': '21140'}
110110
>>> rslt = Splatalogue.get_species_ids(regex_str='H2CO')
111111
>>> pprint.pprint(rslt)
112112
{'03023 H2CO - Formaldehyde': '194',

0 commit comments

Comments
 (0)