We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88364c commit bc759a5Copy full SHA for bc759a5
astroquery/linelists/cdms/tests/test_cdms.py
@@ -164,7 +164,7 @@ def test_hc7n(patch_post):
164
165
def test_retrieve_species_table_local():
166
species_table = CDMS.get_species_table(use_cached=True)
167
- assert len(species_table) == 1300
+ assert len(species_table) == 1306
168
assert 'int' in species_table['tag'].dtype.name
169
assert 'int' in species_table['#lines'].dtype.name
170
assert 'float' in species_table['lg(Q(1000))'].dtype.name
0 commit comments