Skip to content

Commit

Permalink
biocparallel
Browse files Browse the repository at this point in the history
  • Loading branch information
LylaAtta123 committed Jan 23, 2024
1 parent 957473f commit d4d022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nnSVG.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ nnSVG <- function(input, spatial_coords = NULL, X = NULL,
}

if (is.null(BPPARAM)) {
BPPARAM <- MulticoreParam(workers = n_threads)
BPPARAM <- BiocParallel::MulticoreParam(workers = n_threads)
}

# -----------------------
Expand Down

0 comments on commit d4d022c

Please sign in to comment.