We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45c0c0 commit 5a42760Copy full SHA for 5a42760
singlecell/resources/chunks/FindClustersAndDimRedux.R
@@ -25,7 +25,7 @@ if (all(is.null(clusterResolutions)) || clusterResolutions == '') {
25
if (any(is.na(clusterResolutions))) {
26
stop(paste0('Some values for clusterResolutions were not numeric: ', clusterResolutionsOrig))
27
}
28
-else if (is.numeric(clusterResolutions)) {
+} else if (is.numeric(clusterResolutions)) {
29
# No action needed
30
} else {
31
stop('Must provide a value for clusterResolutions')
0 commit comments