Skip to content

Commit 66c8880

Browse files
committed
use vdash rather than perp as tangent seperator
1 parent e50a028 commit 66c8880

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/rulesets/Base/array.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
@testset "reshape" begin
2-
x = rand(4, 5)
3-
= rand(4, 5)
4-
5-
= rand(2, 10)
6-
7-
rrule_test(reshape, ȳ, (x, x̄), ((2, 10), nothing))
8-
rrule_test(reshape, ȳ, (x, x̄), (2, nothing), (10, nothing))
2+
test_rrule(reshape, rand(4, 5), (2, 10) nothing)
3+
test_rrule(reshape, rand(4, 5), 2 nothing, 10 nothing)
94
end
105

116
@testset "hcat" begin

0 commit comments

Comments
 (0)