-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I am trying out the package and running into some trouble. After setting up as described in readme(and making sure the right condaenv is loaded), I am trying to run the fit_pch_bootstrap function and getting the error in the title.
I'm am running the code as follows:
library(ParetoTI)
reticulate::use_condaenv("reticulate_PCHA", conda = "auto", required = TRUE)
arc = fit_pch_bootstrap(t(obj@reductions$pca@cell.embeddings), n = 200, sample_prop = 0.75, seed = 235,
noc = 4, delta = 0, conv_crit = 1e-04, type = "s")
I saw this happened also in a previous issue (#4) but there isn't a solution for this problem there (I am already running with type="s")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels