You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> x = zeros(2, 100); box = Box(limits(x, x), 1.0);
julia> cell_list = CellList(x, x, box, nbatches=(1, 1));
julia> cell_list.target.nbatches
Number of batches for cell list construction: 8
Number of batches for function mapping: 8
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: