GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Threshold argument in utils.bootstrapping #42

Closed dmkhitaryan closed 1 year ago

dmkhitaryan commented 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): image

GWeindel commented 1 year ago

Thanks for spotting this and suggesting a PR :)