Skip to content

Commit 5a42760

Browse files
committed
Bugfix to FindClustersAndDimRedux
1 parent a45c0c0 commit 5a42760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/FindClustersAndDimRedux.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (all(is.null(clusterResolutions)) || clusterResolutions == '') {
2525
if (any(is.na(clusterResolutions))) {
2626
stop(paste0('Some values for clusterResolutions were not numeric: ', clusterResolutionsOrig))
2727
}
28-
else if (is.numeric(clusterResolutions)) {
28+
} else if (is.numeric(clusterResolutions)) {
2929
# No action needed
3030
} else {
3131
stop('Must provide a value for clusterResolutions')

0 commit comments

Comments
 (0)