From f1634e8dfbaafbfea22e5e593bfd363b0378c01b Mon Sep 17 00:00:00 2001 From: Pauli Virtanen <pauli.t.virtanen@jyu.fi> Date: Wed, 7 Sep 2022 15:23:56 +0300 Subject: [PATCH] tests: fixup prefactors more --- tests/test_solver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_solver.py b/tests/test_solver.py index fc832f9..f830560 100644 --- a/tests/test_solver.py +++ b/tests/test_solver.py @@ -332,6 +332,7 @@ def test_soc_analytic(T, n, alpha_soc): gm = (ww + 1j * h) / np.sqrt((ww + 1j * h) ** 2 + 1) fp = 1 / np.sqrt((ww - 1j * h) ** 2 + 1) fm = 1 / np.sqrt((ww + 1j * h) ** 2 + 1) + # XXX: check the 32*alpha Jy_an = ( (gp - gm) * (1 + gp * gm + fp * fm) * (-1j * alpha_soc**3) * (32 * alpha) ) -- GitLab