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 dbd7b92 commit a55debdCopy full SHA for a55debd
astroquery/splatalogue/tests/test_splatalogue.py
@@ -2,7 +2,7 @@
2
from ... import splatalogue
3
from ...utils.testing_tools import MockResponse
4
from astropy import units as u
5
-from astropy.tests.helper import pytest
+from astropy.tests.helper import pytest, remote_data
6
import requests
7
import os
8
@@ -101,6 +101,7 @@ def test_band_crashorno():
101
102
103
# regression test : version selection should work
104
+@remote_data
105
def test_version_selection():
106
results = splatalogue.Splatalogue.query_lines(
107
min_frequency= 703*u.GHz,
0 commit comments