Skip to content

Commit f51d10b

Browse files
Rename test
1 parent bbe3eaf commit f51d10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/jax/test_slinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_jax_lu_solve(b_shape):
336336

337337

338338
@pytest.mark.parametrize("b_shape, lower", [((5,), True), ((5, 5), False)])
339-
def test_jax_chosolve(b_shape, lower):
339+
def test_jax_cho_solve(b_shape, lower):
340340
rng = np.random.default_rng(utt.fetch_seed())
341341
L_val = rng.normal(size=(5, 5)).astype(config.floatX)
342342
A_val = (L_val @ L_val.T).astype(config.floatX)

0 commit comments

Comments
 (0)