Skip to content

Commit af79fa4

Browse files
authored
Make tests pass on aarch64-linux (#671)
1 parent 40efb6c commit af79fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/adaptation/test_adaptation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ def test_chees_adaptation():
6666
)(chain_keys, last_states)
6767

6868
harmonic_mean = 1.0 / jnp.mean(1.0 / infos.acceptance_rate)
69-
np.testing.assert_allclose(harmonic_mean, 0.75, rtol=1e-1)
69+
np.testing.assert_allclose(harmonic_mean, 0.75, atol=1e-1)
7070
np.testing.assert_allclose(parameters["step_size"], 1.5, rtol=2e-1)
7171
np.testing.assert_array_less(infos.num_integration_steps.mean(), 15.0)

0 commit comments

Comments
 (0)