Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting nbatches doesn't work #87

Closed
efaulhaber opened this issue May 31, 2023 · 1 comment · Fixed by #91
Closed

Setting nbatches doesn't work #87

efaulhaber opened this issue May 31, 2023 · 1 comment · Fixed by #91

Comments

@efaulhaber
Copy link
Contributor

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
@lmiq
Copy link
Member

lmiq commented Jun 4, 2023

fixed in version 0.8.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants