Skip to content

Commit 5f1e6d5

Browse files
authored
remove rand in test_transform (#234)
1 parent 6ab8cde commit 5f1e6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testutils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using LinearAlgebra
33
using Test
44

55
function test_transform!(v, v2, S)
6-
v .= rand.(eltype(v))
6+
v .= LinearIndices(v).^2
77
v2 .= v
88
@test itransform(S, transform(S, v)) v
99
@test transform(S, itransform(S, v)) v

0 commit comments

Comments
 (0)