Closed dmkhitaryan closed 1 year ago
In utils.bootstrapping, the threshold argument passed through the function call is ignored, since in line 807, it’s being forcefully set to 1 regardless, as shown in the image below (same applies to cpus):
threshold
cpus
Thanks for spotting this and suggesting a PR :)
In utils.bootstrapping, the
threshold
argument passed through the function call is ignored, since in line 807, it’s being forcefully set to 1 regardless, as shown in the image below (same applies tocpus
):