Skip to content

Commit dcd5a91

Browse files
authored
Rename test method for clarity
1 parent ad3ad63 commit dcd5a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/b/test_b_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_b_poly_of_degree_0(self):
8989
self.assertEqual((m,), y.shape)
9090
self.assertTrue(jnp.allclose(y, 2.0))
9191

92-
def test_b_b_poly_of_degree_0_grad(self):
92+
def test_b_poly_of_degree_0_grad(self):
9393
def b_poly_sum(b, x):
9494
"""To test the gradient."""
9595
return jnp.sum(b_poly(b, x))

0 commit comments

Comments
 (0)