Skip to content

Commit 47f1257

Browse files
committed
add a note about what the regression test is testing
1 parent 2862825 commit 47f1257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astroquery/linelists/cdms/tests/test_cdms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ def test_hc7s(patch_post):
133133

134134
def test_hc7n(patch_post):
135135
"""
136-
Regression test for 2409
136+
Regression test for 2409, specifically that GUP>1000 was not being
137+
processed correctly b/c the first digit of GUP was being included in the
138+
previous column (frequency)
137139
138140
CDMS.query_lines(200*u.GHz, 230.755608*u.GHz, molecule='HC7N',parse_name_locally=True)
139141
"""

0 commit comments

Comments
 (0)