Skip to content

Commit e2f2235

Browse files
committed
fix var name
1 parent 5e26b5c commit e2f2235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/SDistribution_Arrdist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ c.Arrdist <- function(..., decorators = NULL) {
404404
pdfs <- .merge_arrpdf_cols(pdfs)
405405
pdfs <- do.call(abind::abind, list(what = pdfs, along = 1))
406406

407-
as.Distribution(pdfs, fun = "pdf", decorators = decs)
407+
as.Distribution(pdfs, fun = "pdf", decorators = decorators)
408408
}
409409

410410
#' @title Extract one or more Distributions from an Array distribution

0 commit comments

Comments
 (0)