Skip to content

Commit

Permalink
Increase memory limit in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Oct 16, 2024
1 parent 9e1ae03 commit 427b5ec
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 @@ -127,7 +127,7 @@ def fn(x: jnp.ndarray) -> jnp.ndarray:

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

@pytest.mark.limit_memory("10MB")
@pytest.mark.limit_memory("15MB")
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 427b5ec

Please sign in to comment.