Skip to content

Commit

Permalink
Increase test_nm_mcsolve.test_super_H tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericgig committed Apr 24, 2024
1 parent 75557fe commit e595e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutip/tests/solver/test_nm_mcsolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def test_super_H():
qutip.liouvillian(H), state, times, ops_and_rates, e_ops, ntraj=ntraj,
target_tol=0.1, options={'map': 'serial'},
)
np.testing.assert_allclose(mc_expected.expect[0], mc.expect[0], atol=0.5)
np.testing.assert_allclose(mc_expected.expect[0], mc.expect[0], atol=0.65)


def test_NonMarkovianMCSolver_run():
Expand Down

0 comments on commit e595e75

Please sign in to comment.