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 35a3542 commit 0749072Copy full SHA for 0749072
test/linalg.jl
@@ -37,7 +37,7 @@ c = ArrayPartition(cc)
37
d = ArrayPartition(dd)
38
A = rand(n)
39
for T in (Array{Float64}, Array{ComplexF64},)
40
- B = T(A)
+ local B = T(A)
41
mul!(d, b, A)
42
for i = 1:length(c.x)
43
@test d.x[i] == b.x[i] * A
0 commit comments