We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921777a commit d223dc1Copy full SHA for d223dc1
1 file changed
test/utils.jl
@@ -51,7 +51,7 @@ end
51
52
T3 = rand(3, 4, 5, 2)
53
T4 = rand(5, 6, 2)
54
- G = rand(5, 5)
+ G = diagm(rand(5))
55
56
@test eincode_s(T3, G) ≈ eincode_s_man(T3, G)
57
@test eincode_d(T4, G) ≈ eincode_d_man(T4, G)
0 commit comments