Skip to content

Commit

Permalink
add test for read_cashman17()
Browse files Browse the repository at this point in the history
  • Loading branch information
ntejos committed Jan 11, 2018
1 parent 7253283 commit b4d1e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion linetools/lists/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ def read_cashman17():

# Remove
data.remove_column('lower_LSJ_level')
data.remove_column('lower_LSJ_level')
data.remove_column('wobs')
data.remove_column('log(g*f)')
data.remove_column('grade')
Expand Down
3 changes: 3 additions & 0 deletions linetools/lists/tests/test_parse_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ def test_verner96():

def test_galaxy_lines():
glx = parse.grab_galaxy_linelists()

def test_read_cashman17():
c17 = parse.read_cashman17()

0 comments on commit b4d1e15

Please sign in to comment.