mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-04 04:07:25 +00:00
Remove vestigial reference to seasonal column
This commit is contained in:
parent
3bd372bc15
commit
ab09fbcd6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1340,7 +1340,7 @@ sample_posterior_predictive <- function(m, df) {
|
|||
s_m = component.cols$multiplicative_terms
|
||||
)
|
||||
# Store the results
|
||||
for (key in c("trend", "seasonal", "yhat")) {
|
||||
for (key in c("trend", "yhat")) {
|
||||
sim.values[[key]][,(i - 1) * samp.per.iter + j] <- sim[[key]]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue