Skip to content

Commit

Permalink
Update test/rulesets/LinearAlgebra/structured.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Frames White <oxinabox@ucc.asn.au>
  • Loading branch information
ChrisRackauckas and oxinabox authored Nov 23, 2023
1 parent 5895736 commit dfbd363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rulesets/LinearAlgebra/structured.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,5 @@

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

0 comments on commit dfbd363

Please sign in to comment.