Skip to content

Commit 9ba86d8

Browse files
Update test/rulesets/LinearAlgebra/structured.jl
Co-authored-by: Frames White <oxinabox@ucc.asn.au>
1 parent e823ed8 commit 9ba86d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/LinearAlgebra/structured.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
end
164164

165165
@testset "Tridiagonal" begin
166-
res, pb = rrule(Tridiagonal, [1, 4], [2, 3, 4], [5, 3])
166+
test_rrule(Tridiagonal, [1.0, 4.0], [2.0, 3.0, 4.0], [5.0, 3.0])
167167
@test pb(10 * res) == (NoTangent(), [10, 40], [20, 30, 40], [50, 30])
168168
end
169169
end

0 commit comments

Comments
 (0)