From 2724e228e5f329e452e1cad2e14ad160e833e11c Mon Sep 17 00:00:00 2001 From: mcditooss Date: Mon, 18 Dec 2023 20:50:06 +0900 Subject: [PATCH] filtered overflow warning on integrals --- qutip/tests/solver/heom/test_bofin_fit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutip/tests/solver/heom/test_bofin_fit.py b/qutip/tests/solver/heom/test_bofin_fit.py index 9516bef43a..868edae9fe 100644 --- a/qutip/tests/solver/heom/test_bofin_fit.py +++ b/qutip/tests/solver/heom/test_bofin_fit.py @@ -171,6 +171,7 @@ def test_get_fit(self): assert np.isclose(np.real(C), C2).all() assert np.isclose(np.imag(C), C3).all() + @pytest.mark.filterwarnings('ignore::RuntimeWarning') def test_matsubara_coefficients(self): Q = sigmax() T = 1