Skip to content

Commit

Permalink
Suppress messages for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mass-a committed Nov 15, 2024
1 parent d220ab3 commit 2966667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ Run.ProjecTILs <- function(query, ref=NULL,

#Merge embeddings
if (!is.null(split.by)) {
query <- Reduce(merge.Seurat.embeddings, query)
query <- suppressMessages(Reduce(merge.Seurat.embeddings, query))
}
query
}
Expand Down

0 comments on commit 2966667

Please sign in to comment.