Skip to content

Commit 0372740

Browse files
committed
Add links
1 parent e4f764c commit 0372740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/bugfixes.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
tensorfree!(t2)
4545
end
4646

47+
# https://github.com/Jutho/TensorKit.jl/issues/201
4748
@testset "Issue #201" begin
4849
function f(A::AbstractTensorMap)
4950
U, S, V, = tsvd(A)
@@ -72,6 +73,7 @@
7273
@test convert(Array, grad3) grad4
7374
end
7475

76+
# https://github.com/Jutho/TensorKit.jl/issues/209
7577
@testset "Issue #209" begin
7678
function f(T, D)
7779
@tensor T[1, 4, 1, 3] * D[3, 4]

0 commit comments

Comments
 (0)