Skip to content

Commit 10d7d2b

Browse files
committed
usage
1 parent c8ce077 commit 10d7d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils_usage.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ get_usage <- function(u) {
162162
has_conditions = has_conditions)
163163

164164
return(list(Y = Y,
165-
N = as.numeric(N),
165+
N = as.array(as.numeric(N)),
166166
N_sample = ncol(Y),
167167
N_gene = nrow(Y),
168168
gene_names = gene_names,

0 commit comments

Comments
 (0)