bootstrapped icon indicating copy to clipboard operation
bootstrapped copied to clipboard

Multi-threading does not work but easy fix

Open Sanseviria opened this issue 5 years ago • 1 comments

Hey, this is a super useful package! I needed to increase the speed of the code and set num_threads = -1 (any number other than 1 will break the code). In bootstrap.py in line 272: "for seed in _np.random.randint(0, 232 - 1, num_threads):" will break as it exceeds the max signed int. If you change it to 231 - 1 it will work fine. Thanks!

Sanseviria avatar Feb 21 '20 00:02 Sanseviria

Hi, what about this issue? Is this software still maintained by someone? Just asking because I like to use software that is maintained and fixes bugs when reported. Thanks Philip

PhilipMay avatar Sep 13 '20 13:09 PhilipMay