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 c852c9c commit 7814cf0
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 @@ -138,7 +138,7 @@ def test_dll(lfs_atmo, lfs_nlte):
libsme.InputNLTE(None, 0)

with pytest.raises(TypeError):
libsme.InputNLTE(bmat[:, [0, 1]], 0.1)
libsme.InputNLTE(bmat[:, [0, 1]].T, 0.1)

with pytest.raises(ValueError):
libsme.InputNLTE([0, 1], 10)
Expand Down

0 comments on commit 7814cf0

Please sign in to comment.