Skip to content

Commit 01c60e8

Browse files
better name
1 parent 94d206c commit 01c60e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/relay/test_pass_gradient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_ref():
190190
np.testing.assert_allclose(forward.asnumpy(), 2 * x_nd.asnumpy())
191191
np.testing.assert_allclose(grad_x.asnumpy(), 2 * np.ones_like(grad_x.asnumpy()))
192192

193-
def test_second_order():
193+
def test_square_second_order():
194194
shape = (10, 10)
195195
dtype = 'float32'
196196
t = relay.TensorType(shape, dtype)
@@ -218,4 +218,4 @@ def test_second_order():
218218
test_tuple()
219219
test_pow()
220220
test_ref()
221-
test_second_order()
221+
test_square_second_order()

0 commit comments

Comments
 (0)