final touches

This commit is contained in:
Wassim Kabalan 2025-02-28 14:03:33 +01:00
parent 4e4d3745f0
commit e1daa8cba4
3 changed files with 5 additions and 4 deletions

View file

@ -258,7 +258,6 @@ def test_distrubted_gradients(simulation_config, initial_conditions, cosmo,
def test_fwd_rev_gradients(cosmo, pdims):
mesh_shape, box_shape = (8, 8, 8), (20.0, 20.0, 20.0)
# SINGLE DEVICE RUN
cosmo._workspace = {}
mesh = jax.make_mesh(pdims, ('x', 'y'))
@ -328,7 +327,6 @@ def test_fwd_rev_gradients(cosmo, pdims):
def test_vmap(cosmo, pdims):
mesh_shape, box_shape = (8, 8, 8), (20.0, 20.0, 20.0)
# SINGLE DEVICE RUN
cosmo._workspace = {}
mesh = jax.make_mesh(pdims, ('x', 'y'))