Skip to content

Commit

Permalink
Fix to RunUMAP.Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Aug 9, 2021
1 parent 19d635f commit 8de9a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dimensional_reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ RunUMAP.Graph <- function(
numeric_version(x = "0.5.0")) {
umap.args <- c(umap.args, list(
densmap = densmap,
densmap_kwds = densmap_kwds,
densmap_kwds = densmap.kwds,
output_dens = FALSE
))
}
Expand Down

0 comments on commit 8de9a83

Please sign in to comment.