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 dfeee05 commit c852c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nlte.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_dll(lfs_atmo, lfs_nlte):
for lr, li in zip(linerefs, lineindices):
if lr[0] != -1 and lr[1] != -1:
counter += 1
libsme.InputNLTE(bmat[:, lr], li)
libsme.InputNLTE(bmat[:, lr].T, li)

flags = libsme.GetNLTEflags()
assert np.any(flags)
Expand Down

0 comments on commit c852c9c

Please sign in to comment.