bhklab / CoreGx

Shared code for both PharmacoGx and RadioGx
https://bhklab.github.io/CoreGx/
GNU General Public License v3.0
2 stars 3 forks source link

`aggregate2` method does not respect `nthread` argument if `nthread` > 1 #154

Closed ChristopherEeles closed 2 years ago

ChristopherEeles commented 2 years ago

Reprex:

data(nci_TRE_small)
nci_TRE_small |>
    aggregate(assay="sensitivity", mean(viability), by=c("drug1id", "drug2id"), nthread=3)
## Uses more than three threads, as observed via `htop`.