mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-14 18:01:11 +00:00
update tolerance :)
This commit is contained in:
parent
995cc4c78c
commit
f0b849cf5f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from jaxpm.distributed import fft3d, ifft3d
|
||||||
from jaxpm.painting import cic_paint, cic_paint_dx # noqa : E402
|
from jaxpm.painting import cic_paint, cic_paint_dx # noqa : E402
|
||||||
from jaxpm.pm import lpt, make_diffrax_ode, pm_forces # 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)]
|
pdims = [(1, 8), (8, 1), (4, 2), (2, 4)]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue