Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 28, 2025
1 parent e4f764c commit 0372740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/bugfixes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
tensorfree!(t2)
end

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

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

0 comments on commit 0372740

Please sign in to comment.