Skip to content

Commit 64e7780

Browse files
AlexRobsonmzgubic
andauthored
Update test/chainrules.jl
Co-authored-by: Miha Zgubic <[email protected]>
1 parent 49f6795 commit 64e7780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/chainrules.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LinearAlgebra.dot(A, B::WoodburyLike) = dot(A, WoodburyPDMat(B))
4545
test_rrule(*, rand(4,4), W)
4646
end
4747

48-
@testset "*(Real-Woodbury" begin
48+
@testset "*(Real, Woodbury)" begin
4949
@testset "Matrix Tangent" begin
5050
###
5151

@@ -73,4 +73,4 @@ LinearAlgebra.dot(A, B::WoodburyLike) = dot(A, WoodburyPDMat(B))
7373
# test_rrule(*, 5.0, W)
7474
end
7575
end
76-
end
76+
end

0 commit comments

Comments
 (0)