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 5803174 commit 3b6adf9Copy full SHA for 3b6adf9
astroquery/splatalogue/tests/test_splatalogue.py
@@ -14,6 +14,13 @@ def test_simple(patch_post):
14
chemical_name=' CO ')
15
16
17
+def test_backward_freqs(patch_post):
18
+ """ check that reversed frequencies still work """
19
+ splatalogue.Splatalogue.query_lines(min_frequency=116 * u.GHz,
20
+ max_frequency=114 * u.GHz,
21
+ chemical_name=' CO ')
22
+
23
24
@pytest.mark.remote_data
25
def test_init_remote():
26
x = splatalogue.Splatalogue.query_lines(min_frequency=114 * u.GHz,
0 commit comments