Skip to content

Commit 395ef5c

Browse files
committed
reorg
1 parent f93ee9b commit 395ef5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/func.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ end
103103
@test L(u,p,t) ans
104104
v=copy(u); @test L(v,u,p,t) ans
105105

106-
A = Diagonal(p * t)
107-
108106
# test that output isn't accidentally mutated by passing an internal cache.
109107

108+
A = Diagonal(p * t)
110109
u1 = rand(N, K)
111110
u2 = rand(N, K)
112111

0 commit comments

Comments
 (0)