Skip to content

Commit d223dc1

Browse files
committed
update test
1 parent 921777a commit d223dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151

5252
T3 = rand(3, 4, 5, 2)
5353
T4 = rand(5, 6, 2)
54-
G = rand(5, 5)
54+
G = diagm(rand(5))
5555

5656
@test eincode_s(T3, G) eincode_s_man(T3, G)
5757
@test eincode_d(T4, G) eincode_d_man(T4, G)

0 commit comments

Comments
 (0)