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 6ab8cde commit 5f1e6d5Copy full SHA for 5f1e6d5
test/testutils.jl
@@ -3,7 +3,7 @@ using LinearAlgebra
3
using Test
4
5
function test_transform!(v, v2, S)
6
- v .= rand.(eltype(v))
+ v .= LinearIndices(v).^2
7
v2 .= v
8
@test itransform(S, transform(S, v)) ≈ v
9
@test transform(S, itransform(S, v)) ≈ v
0 commit comments