Denormalising zeta integral to be around u scale

This commit is contained in:
2020-07-14 09:22:26 -05:00
parent ab61ba5713
commit 6e32dfdbb5
2 changed files with 34 additions and 5 deletions

View File

@@ -44,5 +44,5 @@ def test_zeta_p(zeta_p_lindhard, test_input, expected):
np.testing.assert_allclose(
actual, expected,
rtol=1e-7, err_msg='Zeta_p is inaccurate for Lindhard case', verbose=True
rtol=1e-4, err_msg='Zeta_p is inaccurate for Lindhard case', verbose=True
)