You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #141 and #142, there's a new RNGseed argument to BiocParallel param objects. knntlOptimisation() has a seed parameter that probably should now be somehow passed to the parallelisation parameter passed as BPPARAM (if not already set). The exact way to tackle this should probably be discussed further, but I suspect that the way the random seed is handled is not valid anymore.
As discussed in #141 and #142, there's a new
RNGseed
argument to BiocParallel param objects.knntlOptimisation()
has aseed
parameter that probably should now be somehow passed to the parallelisation parameter passed asBPPARAM
(if not already set). The exact way to tackle this should probably be discussed further, but I suspect that the way the random seed is handled is not valid anymore.cc @lmsimp
The text was updated successfully, but these errors were encountered: