Skip to content

Commit 4b18d80

Browse files
committed
Fix tests
1 parent 4191edc commit 4b18d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/neighborhood_search.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
max_corner,
234234
backend = Vector{Vector{Int32}})),
235235
PrecomputedNeighborhoodSearch{NDIMS}(),
236+
PrecomputedNeighborhoodSearch{NDIMS}(backend = Vector{Vector{Int32}}),
236237
GridNeighborhoodSearch{NDIMS}(cell_list = SpatialHashingCellList{NDIMS}(2 *
237238
n_points))
238239
]

0 commit comments

Comments
 (0)