Skip to content

Commit dfbd363

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/rulesets/LinearAlgebra/structured.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,5 @@
164164

165165
@testset "Tridiagonal" begin
166166
test_rrule(Tridiagonal, [1.0, 4.0], [2.0, 3.0, 4.0], [5.0, 3.0])
167-
@test pb(10 * res) == (NoTangent(), [10, 40], [20, 30, 40], [50, 30])
168167
end
169168
end

0 commit comments

Comments
 (0)