From f0b849cf5f6f8da1f067f431d0b091e1ed27b8db Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Sun, 8 Jun 2025 11:35:57 +0200 Subject: [PATCH] update tolerance :) --- tests/test_distributed_pm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_distributed_pm.py b/tests/test_distributed_pm.py index 69c37ed..d6bc2e6 100644 --- a/tests/test_distributed_pm.py +++ b/tests/test_distributed_pm.py @@ -22,7 +22,7 @@ from jaxpm.distributed import fft3d, ifft3d from jaxpm.painting import cic_paint, cic_paint_dx # noqa : E402 from jaxpm.pm import lpt, make_diffrax_ode, pm_forces # noqa : E402 -_TOLERANCE = 1e-1 # 🙃🙃 +_TOLERANCE = 1e-8 # 🎉🎉🎉 pdims = [(1, 8), (8, 1), (4, 2), (2, 4)]