Skip to content

Commit

Permalink
Update test_vmap_max_memory max mem
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Feb 18, 2025
1 parent e8735e7 commit 0d37d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def fn(x: jnp.ndarray) -> jnp.ndarray:

np.testing.assert_array_equal(fn(x), x.sum(1))

@pytest.mark.limit_memory("15MB")
@pytest.mark.limit_memory("20MB")
def test_vmap_max_memory(self, rng: jax.Array):
n, m, d = 2 ** 16, 2 ** 11, 3
rng, rng_data = jax.random.split(rng, 2)
Expand Down

0 comments on commit 0d37d1b

Please sign in to comment.