Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Oct 17, 2023
1 parent 5e26b5c commit e2f2235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/SDistribution_Arrdist.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ c.Arrdist <- function(..., decorators = NULL) {
pdfs <- .merge_arrpdf_cols(pdfs)
pdfs <- do.call(abind::abind, list(what = pdfs, along = 1))

as.Distribution(pdfs, fun = "pdf", decorators = decs)
as.Distribution(pdfs, fun = "pdf", decorators = decorators)
}

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

0 comments on commit e2f2235

Please sign in to comment.