Skip to content

Commit 2565b9a

Browse files
committed
fix
1 parent 0aa378f commit 2565b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy_test/test_activation_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ def test_grad_grad(self):
19461946
np.testing.assert_allclose(ddx.numpy(), expected_ddx, rtol=1e-3)
19471947

19481948

1949-
class TestRsqrt_Complex128(TestRsqrt):
1949+
class TestRsqrt_Complex128(TestRsqrt_Complex64):
19501950
def init_dtype(self):
19511951
self.dtype = np.complex128
19521952

0 commit comments

Comments
 (0)