Skip to content

Commit

Permalink
Minor stylistic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 6, 2022
1 parent 8c03e98 commit 777d169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jplsbdb
- Fix a bug for jplsdbd query when the returned physical quantity contains
a unit with exponential. [#2377]

linelists/cdms
linelists.cdms
^^^^^^^^^^^^^^

- Fix issues with the line name parser and the line data parser; the original
Expand Down
2 changes: 1 addition & 1 deletion astroquery/linelists/cdms/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_package_data():
paths_test = [os.path.join('data', 'CO.data'),
os.path.join('data', 'HC7S.data'),
os.path.join('data', 'post_response.html'),
]
]
paths_data = [os.path.join('data', 'catdir.cat')]

return {'astroquery.linelists.cdms.tests': paths_test,
Expand Down
2 changes: 1 addition & 1 deletion astroquery/linelists/cdms/tests/test_cdms_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_remote_regex():


@pytest.mark.remote_data
def test_2375():
def test_molecule_with_parens():
"""
Regression test for 2375
"""
Expand Down

0 comments on commit 777d169

Please sign in to comment.