Skip to content

Commit bc759a5

Browse files
committed
there are 6 new molecules
1 parent f88364c commit bc759a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/linelists/cdms/tests/test_cdms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_hc7n(patch_post):
164164

165165
def test_retrieve_species_table_local():
166166
species_table = CDMS.get_species_table(use_cached=True)
167-
assert len(species_table) == 1300
167+
assert len(species_table) == 1306
168168
assert 'int' in species_table['tag'].dtype.name
169169
assert 'int' in species_table['#lines'].dtype.name
170170
assert 'float' in species_table['lg(Q(1000))'].dtype.name

0 commit comments

Comments
 (0)