Skip to content

Commit

Permalink
neighbor finder test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Jan 29, 2025
1 parent 1022af7 commit 63b2aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
)
else
sys.neighbor_finder = DistanceNeighborFinder(
eligible=(AT <: Array ? no_nbs : AT(no_nbs)),
eligible=AT(no_nbs),
dist_cutoff=1.0u"nm",
)
end
Expand Down

0 comments on commit 63b2aec

Please sign in to comment.