Skip to content

Commit 777d169

Browse files
committed
Minor stylistic fixes
1 parent 8c03e98 commit 777d169

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jplsbdb
2424
- Fix a bug for jplsdbd query when the returned physical quantity contains
2525
a unit with exponential. [#2377]
2626

27-
linelists/cdms
27+
linelists.cdms
2828
^^^^^^^^^^^^^^
2929

3030
- Fix issues with the line name parser and the line data parser; the original

astroquery/linelists/cdms/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_package_data():
99
paths_test = [os.path.join('data', 'CO.data'),
1010
os.path.join('data', 'HC7S.data'),
1111
os.path.join('data', 'post_response.html'),
12-
]
12+
]
1313
paths_data = [os.path.join('data', 'catdir.cat')]
1414

1515
return {'astroquery.linelists.cdms.tests': paths_test,

astroquery/linelists/cdms/tests/test_cdms_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_remote_regex():
5656

5757

5858
@pytest.mark.remote_data
59-
def test_2375():
59+
def test_molecule_with_parens():
6060
"""
6161
Regression test for 2375
6262
"""

0 commit comments

Comments
 (0)