Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Oct 25, 2024
1 parent 62bf264 commit 45cdaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def test_j(self, capsys):
ecurr = bipole(mrec='j', **inp)
out, _ = capsys.readouterr()
assert_allclose(efield/5, ecurr)
assert "* WARNING :: `etaH != mtaV` at receiver level, " in out
assert "* WARNING :: `etaH != etaV` at receiver level, " in out


def test_dipole():
Expand Down

0 comments on commit 45cdaab

Please sign in to comment.