Following the tutorial when running xclone.model.run_RDR and then xclone.model.run_BAF it fails due to a missing 'connectivities' layer in the RDR_adata file. I looked into the function and realized that the code for running KNN is not executed anymore in run_RDR.
If I instead use xclone.model.run_RDR_prev the RDR_cb_ann.obsp['connectivities'] is created and run_BAF executes without issues.
Following the tutorial when running xclone.model.run_RDR and then xclone.model.run_BAF it fails due to a missing 'connectivities' layer in the RDR_adata file. I looked into the function and realized that the code for running KNN is not executed anymore in run_RDR.
If I instead use xclone.model.run_RDR_prev the RDR_cb_ann.obsp['connectivities'] is created and run_BAF executes without issues.