Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jul 23, 2021
1 parent 3f2a819 commit 499ad42
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,9 @@ def test_radiative_transfer(dll, libfile, datadir):
dll.SetH2broad(True)
dll.Ionization(0)
# Per Segment
dll2 = dll.copy()
dll2.InputWaveRange(6436, 6442)
dll2.Opacity()
_, wint, sint, cint = dll2.Transf([1], 0.01, 0.03)
dll.InputWaveRange(6436, 6442)
dll.Opacity()
_, wint, sint, cint = dll.Transf([1], 0.01, 0.03)

assert wint is not None
assert wint.ndim == 1
Expand Down

0 comments on commit 499ad42

Please sign in to comment.