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 1080597 commit 0bee09cCopy full SHA for 0bee09c
astroquery/linelists/cdms/__init__.py
@@ -11,7 +11,7 @@
11
12
class Conf(_config.ConfigNamespace):
13
"""
14
- Configuration parameters for `astroquery.cdms`.
+ Configuration parameters for `astroquery.linelists.cdms`.
15
16
server = _config.ConfigItem(
17
'https://cdms.astro.uni-koeln.de/cgi-bin/cdmssearch',
astroquery/linelists/cdms/setup_package.py
@@ -9,5 +9,5 @@ def get_package_data():
9
paths_test = [os.path.join('data', 'CO.data')]
10
paths_data = [os.path.join('data', 'catdir.cat')]
- return {'astroquery.cdms.tests': paths_test,
- 'astroquery.cdms': paths_data, }
+ return {'astroquery.linelists.cdms.tests': paths_test,
+ 'astroquery.linelists.cdms': paths_data, }
0 commit comments