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 33fbaa5 commit b4b351fCopy full SHA for b4b351f
astroquery/splatalogue/tests/test_splatalogue.py
@@ -104,10 +104,12 @@ def test_band_crashorno():
104
105
106
# 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
109
@remote_data
110
def test_version_selection():
111
results = splatalogue.Splatalogue.query_lines(
112
min_frequency=703 * u.GHz, max_frequency=706 * u.GHz,
113
chemical_name='Acetaldehyde', version='v1.0')
114
- assert len(results) == 1
115
+ assert len(results) == 133
0 commit comments