mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-04 11:10:53 +00:00
notebook update
This commit is contained in:
parent
b43cb373a0
commit
f3b8f4160e
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@
|
|||
"\n",
|
||||
" # Evolve the simulation forward\n",
|
||||
" ode_fn = ODETerm(\n",
|
||||
" make_diffrax_ode(cosmo, mesh_shape, paint_absolute_pos=False , sharding=sharding))\n",
|
||||
" make_diffrax_ode(mesh_shape, paint_absolute_pos=False , sharding=sharding))\n",
|
||||
" solver = Tsit5()\n",
|
||||
"\n",
|
||||
" stepsize_controller = PIDController(rtol=1e-6 , atol=1e-6)\n",
|
||||
|
@ -407,7 +407,7 @@
|
|||
"\n",
|
||||
" # Evolve the simulation forward\n",
|
||||
" ode_fn = ODETerm(\n",
|
||||
" make_diffrax_ode(cosmo, mesh_shape, paint_absolute_pos=False , sharding=sharding , halo_size=halo_size))\n",
|
||||
" make_diffrax_ode(mesh_shape, paint_absolute_pos=False , sharding=sharding , halo_size=halo_size))\n",
|
||||
" solver = Tsit5()\n",
|
||||
"\n",
|
||||
" stepsize_controller = PIDController(rtol=1e-6 , atol=1e-6)\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue