Skip to content

Commit 5b77cfb

Browse files
committed
Temporarily remove heaviest param of jax test_logsumexp_benchmark
1 parent 6132203 commit 5b77cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/jax/test_elemwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_softmax_grad(axis):
109109
compare_jax_and_py(fgraph, [get_test_value(i) for i in fgraph.inputs])
110110

111111

112-
@pytest.mark.parametrize("size", [(10, 10), (1000, 1000), (10000, 10000)])
112+
@pytest.mark.parametrize("size", [(10, 10), (1000, 1000)])
113113
@pytest.mark.parametrize("axis", [0, 1])
114114
def test_logsumexp_benchmark(size, axis, benchmark):
115115
X = pt.matrix("X")

0 commit comments

Comments
 (0)