Skip to content

Commit

Permalink
fix print message
Browse files Browse the repository at this point in the history
  • Loading branch information
vyepez88 committed Aug 12, 2024
1 parent a8785fe commit 79358a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(is.null(colData(ods)$isExternal)) colData(ods)$isExternal <- FALSE
#' ## Visualize
#' ### Encoding dimension
if (metadata(ods)[["useOHTtoObtainQ"]]){
print("Optimal dimension q was determined using OHT to be ", getBestQ(ods))
print(c("Optimal dimension q was determined using OHT to be", getBestQ(ods)), quote = F)
} else{
plotEncDimSearch(ods) +
labs(title = dataset_title) +
Expand Down

0 comments on commit 79358a9

Please sign in to comment.