Skip to content

Commit

Permalink
filtered overflow warning on integrals
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuarezr committed Dec 18, 2023
1 parent 38f003d commit 2724e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qutip/tests/solver/heom/test_bofin_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2724e22

Please sign in to comment.