Skip to content

Commit

Permalink
fix guess function
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 9, 2024
1 parent 3e9d477 commit 7b3b64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Seurat.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ to_Seurat_guess_layers <- function(adata) { # nolint
"data"
}

layers[[layer_name_for_x]] <- list(NULL)
layers[layer_name_for_x] <- list(NULL)
}

for (layer_name in names(adata$layers)) {
Expand Down

0 comments on commit 7b3b64f

Please sign in to comment.