Skip to content

Commit

Permalink
Increase number of tensor test points above new leaf size
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Sep 22, 2024
1 parent a20c107 commit 611bb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_knn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ end

import Tensors
@testset "Tensors.Vec (no `StaticArrays.setindex` defined)" begin
vdata = [rand(Tensors.Vec{2}) for _ in 1:10]
vdata = [rand(Tensors.Vec{2}) for _ in 1:30]
sdata = SVector{2}.(vdata)
vpoints = [rand(Tensors.Vec{2}) for _ in 1:2]
spoints = SVector{2}.(vpoints)
Expand Down

0 comments on commit 611bb4a

Please sign in to comment.