diff --git a/jaxpm/pm.py b/jaxpm/pm.py index d587b23..32a9691 100644 --- a/jaxpm/pm.py +++ b/jaxpm/pm.py @@ -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 """