Skip to content

Commit f9d406a

Browse files
committed
addiional test function in test_tensortrain
1 parent 49c6523 commit f9d406a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_tensortrain.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ using Random
33
using Zygote
44
using Optim
55

6-
@testset "tensor train" begin
7-
g(v) = 1 / (sum(v .^ 2) + 1im)
6+
@testset "tensor train" for g in [v -> exp(exp(1im * sum(v))), v -> 1 / (sum(v .^ 2) + 1im)]
87
localdims = (6, 6, 6, 6)
98
tolerance = 1e-8
109
allindices = CartesianIndices(localdims)

0 commit comments

Comments
 (0)