Skip to content

Commit 4f3739b

Browse files
authored
adapt size test for smaller data
1 parent 4eda151 commit 4f3739b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_disk.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ import ForwardDiff: hessian
103103
yf = Z \ (y.*sin.(x.*y) .+ y .* x.^2 .- y.^2)
104104
@test Y[Block.(1:20),Block.(1:20)]*f[Block.(1:20)] yf[Block.(1:20)]
105105
# data size tests
106-
@test size((X.data).data) == (9, ℵ₀)
107-
@test size((Y.data).data) == (15, ℵ₀)
106+
@test size((X.data).data) == (3, ℵ₀)
107+
@test size((Y.data).data) == (5, ℵ₀)
108108
end
109109

110110
@testset "Transform" begin

0 commit comments

Comments
 (0)