We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aarch64-linux
1 parent 40efb6c commit af79fa4Copy full SHA for af79fa4
tests/adaptation/test_adaptation.py
@@ -66,6 +66,6 @@ def test_chees_adaptation():
66
)(chain_keys, last_states)
67
68
harmonic_mean = 1.0 / jnp.mean(1.0 / infos.acceptance_rate)
69
- np.testing.assert_allclose(harmonic_mean, 0.75, rtol=1e-1)
+ np.testing.assert_allclose(harmonic_mean, 0.75, atol=1e-1)
70
np.testing.assert_allclose(parameters["step_size"], 1.5, rtol=2e-1)
71
np.testing.assert_array_less(infos.num_integration_steps.mean(), 15.0)
0 commit comments