Skip to content

Commit

Permalink
change structure of for loop in estimate_intensity to simplify debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Sep 24, 2024
1 parent aa0746a commit af6eb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/tidyMS_aggregation.R
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ estimate_intensity <- function(data, config, .func)
aggr <- .func(xnested$data[[i]], config)
res[[i]] <- .reestablish_condition(xnested$data[[i]], aggr , config)
}
return(res)
}

res <- loopOverNested(xnested, .func = .func , config = config)
Expand Down

0 comments on commit af6eb08

Please sign in to comment.