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