Skip to content

Commit

Permalink
test for an X-ray line
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Jun 14, 2017
1 parent 3133350 commit c12b09a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linetools/lists/tests/test_init_linelist.py
Expand Up @@ -48,6 +48,10 @@ def test_euv():
euv = LineList('EUV')
#
assert np.max(euv._data['wrest']) < 1000.
# Test for X-ray lines
ovii = euv['OVII 21']
assert np.isclose(ovii['wrest'].value, 21.6019)


# HI LineList
def test_h1():
Expand Down

0 comments on commit c12b09a

Please sign in to comment.