update tests

This commit is contained in:
Wassim Kabalan 2025-06-08 15:27:32 +02:00
parent e0ba85fb58
commit c6a7dd4e4e
2 changed files with 10 additions and 12 deletions

View file

@ -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-8 # 🎉🎉🎉
_TOLERANCE = 1e-6 # 🎉🎉🎉
pdims = [(1, 8), (8, 1), (4, 2), (2, 4)]