Skip to content

Commit 4dd9cf7

Browse files
committed
test rrule for twist
1 parent 0ae738c commit 4dd9cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ad.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ Vlist = ((ℂ^2, (ℂ^3)', ℂ^3, ℂ^2, (ℂ^2)'),
163163
test_rrule(*, A, C)
164164

165165
test_rrule(permute, A, ((1, 3, 2), (5, 4)))
166+
test_rrule(twist, A, 1)
167+
test_rrule(twist, A, [1, 3])
166168

167169
D = randn(T, V[1] V[2] V[3])
168170
E = randn(T, V[4] V[5])

0 commit comments

Comments
 (0)