Skip to content

Commit

Permalink
Merge pull request #2407 from Ericgig/misc.nm_test_stability
Browse files Browse the repository at this point in the history
Increase `test_nm_mcsolve.test_super_H` tolerance
  • Loading branch information
Ericgig committed Apr 25, 2024
2 parents 12bf7f7 + e595e75 commit 63f1478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutip/tests/solver/test_nm_mcsolve.py
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 63f1478

Please sign in to comment.