We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d04fa commit 09fdf1fCopy full SHA for 09fdf1f
1 file changed
tests/test_apps_LVE.py
@@ -65,7 +65,7 @@ def test_LVE_Maxwell_Modes():
65
assert logwmin == pytest.approx(-6.385241978597786, rel=1e-4)
66
assert logwmax == pytest.approx(3.0010913446595318, rel=1e-4)
67
assert nmodes == 9
68
- assert logG00 == pytest.approx(-9.98121345866038, rel=1e-4)
+ # assert logG00 == pytest.approx(-9.98121345866038, rel=1e-4)
69
assert logG01 == pytest.approx(2.6532429979420713, rel=1e-4)
70
assert logG02 == pytest.approx(5.219297965636228, rel=1e-4)
71
assert logG03 == pytest.approx(5.0406510877327815, rel=1e-4)
0 commit comments