Skip to content

Commit

Permalink
fixo
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Aug 28, 2024
1 parent a79cd7b commit f2ab761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LFQDataStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ LFQDataStats <- R6::R6Class(
self$stat <- if (!self$lfq$is_transformed()) {"CV"} else {"sd"}

tb <- table_factors_size(lfqdata$data,lfqdata$config )
fd <- config$table$factor_keys_depth()
fd <- lfqdata$config$table$factor_keys_depth()
if ( all(tb$n == 1) ) {
fd <- head(fd, n = length(fd) - 1)
}
Expand Down

0 comments on commit f2ab761

Please sign in to comment.