Domzou-kun / prpl

MIT License
3 stars 0 forks source link

[Bug]: Operation stops when the length of the target list is less than or equal to the argument list_sep. #1

Closed Domzou-kun closed 1 year ago

Domzou-kun commented 1 year ago

Describe the bug Operation stops when the length of the target list is less than or equal to the argument _listsep.

To Reproduce When using prpl for parallel processing, we have confirmed that the operation stops when the length of the list to be processed in parallel for a function is smaller than the number of divisions by argument _listsep.

Expected behavior If a list of a length that should not be processed in parallel is given, the program will unintentionally stop and cause a disadvantage.

Additional context The source code causing this bug has already been identified and will be fixed. We will release a new version after the fix is made.

Domzou-kun commented 1 year ago

The bug is fixed and the new version is released, so the issue is closed.