Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Dec 1, 2023
1 parent e5391d7 commit 4854bba
Show file tree
Hide file tree
Showing 2 changed files with 1,135 additions and 1,135 deletions.
2 changes: 1 addition & 1 deletion R/build_map_by_steps.R
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ add_md_markers <- function(input.map,
thresh = 500,
extend.tail = 50,
method = c("hmm", "wMDS_to_1D_pc"),
verbose = T){
verbose = TRUE){
method <- match.arg(method)
if(method == "wMDS_to_1D_pc" & is.null(input.mds))
stop("you must provide 'input.mds' when selecting method = 'wMDS_to_1D_pc'", call. = FALSE)
Expand Down
Loading

0 comments on commit 4854bba

Please sign in to comment.