We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run it on the server it doesn't return the expected result.
Smaller partition size for clearer demonstration (32 partitions):
EDIT: I'm using the main helper module, version 5.6.2, with a standalone plugin (version 5.6.4).
The text was updated successfully, but these errors were encountered:
https://github.com/lucko/helper/blob/master/helper/src/main/java/me/lucko/helper/bucket/AbstractBucket.java#L240
This is always 0 as sets contained are equal, so the only partitioning strategy that currently works is "RANDOM".
Sorry, something went wrong.
Fix AbstractBucket partitioning (#85)
69ba794
Thanks for figuring it out - sorry I never got around to doing it myself.
I've added a fix above, let me know if that sorts it.
No branches or pull requests
When I run it on the server it doesn't return the expected result.
Smaller partition size for clearer demonstration (32 partitions):
EDIT: I'm using the main helper module, version 5.6.2, with a standalone plugin (version 5.6.4).
The text was updated successfully, but these errors were encountered: