Skip to content

Commit b4b351f

Browse files
committed
there are now 133 acetaldehyde lines from 703-706 ghz in the Splatalogue
v1 database.
1 parent 33fbaa5 commit b4b351f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astroquery/splatalogue/tests/test_splatalogue.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,12 @@ def test_band_crashorno():
104104

105105

106106
# regression test : version selection should work
107+
# Unfortunately, it looks like version1 = version2 on the web page now, so this
108+
# may no longer be a valid test
107109
@remote_data
108110
def test_version_selection():
109111
results = splatalogue.Splatalogue.query_lines(
110112
min_frequency=703 * u.GHz, max_frequency=706 * u.GHz,
111113
chemical_name='Acetaldehyde', version='v1.0')
112114

113-
assert len(results) == 1
115+
assert len(results) == 133

0 commit comments

Comments
 (0)