Skip to content

Commit 09fdf1f

Browse files
Removed mode 0 amplitude from test_apps_LVE.py
1 parent 35d04fa commit 09fdf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_apps_LVE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_LVE_Maxwell_Modes():
6565
assert logwmin == pytest.approx(-6.385241978597786, rel=1e-4)
6666
assert logwmax == pytest.approx(3.0010913446595318, rel=1e-4)
6767
assert nmodes == 9
68-
assert logG00 == pytest.approx(-9.98121345866038, rel=1e-4)
68+
# assert logG00 == pytest.approx(-9.98121345866038, rel=1e-4)
6969
assert logG01 == pytest.approx(2.6532429979420713, rel=1e-4)
7070
assert logG02 == pytest.approx(5.219297965636228, rel=1e-4)
7171
assert logG03 == pytest.approx(5.0406510877327815, rel=1e-4)

0 commit comments

Comments
 (0)