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 0d7693b commit 0fcaa4bCopy full SHA for 0fcaa4b
astroquery/alma/core.py
@@ -1,4 +1,4 @@
1
-tmp_downloadurl = urls[formatlist.index('CSV')]# Licensed under a 3-clause BSD style license - see LICENSE.rst
+# Licensed under a 3-clause BSD style license - see LICENSE.rst
2
from __future__ import print_function
3
import time
4
import sys
astroquery/cosmosim/tests/test_cosmosim_remote.py
@@ -17,8 +17,8 @@
17
18
SKIP_TESTS = not(HAS_KEYRING and ESO_IMPORTED)
19
20
-@pytest.mark.skipif('SKIP_TESTS')
21
-@remote_data
22
-class TestEso:
23
- def __init__():
+#@pytest.mark.skipif('SKIP_TESTS')
+#@remote_data
+#class TestEso:
+# def __init__():
24
0 commit comments