From a2155e3e9b9fa5dfbfa184c84b7cbdfedb5d70ec Mon Sep 17 00:00:00 2001 From: Jose Pizarro Date: Fri, 14 Jul 2023 13:11:04 +0200 Subject: [PATCH] Fixed pycode --- tests/test_w2dynamicsparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_w2dynamicsparser.py b/tests/test_w2dynamicsparser.py index 472b3ccb..7f779397 100644 --- a/tests/test_w2dynamicsparser.py +++ b/tests/test_w2dynamicsparser.py @@ -91,7 +91,7 @@ def test_srvo3(parser): assert sec_gfs.matsubara_freq[-1] == approx(125.61134626603189) assert sec_gfs.self_energy_iw.dtype == 'complex128' assert sec_gfs.self_energy_iw.shape == (1, 2, 3, 2400) - assert sec_gfs.greens_function_iw[0][0][2][1450] == approx(-0.0019060478736177338-0.037816153432527574j) + assert sec_gfs.greens_function_iw[0][0][2][1450] == approx(-0.0019060478736177338 - 0.037816153432527574j) assert sec_gfs.chemical_potential.magnitude == approx(14.159227949307798) # SCF tests sec_scf = sec_scc.scf_iteration