Update jaxpm/pm.py

Co-authored-by: Francois Lanusse <EiffL@users.noreply.github.com>
This commit is contained in:
Denise Lanzieri 2022-05-18 09:58:34 +02:00 committed by GitHub
parent 85b2f4f097
commit 77827fcf44

View file

@ -72,7 +72,7 @@ def make_ode_fn(mesh_shape):
return nbody_ode
def pgd_correction(pos, cosmo, params):
def pgd_correction(pos, params):
"""
improve the short-range interactions of PM-Nbody simulations with potential gradient descent method
"""