浏览代码

Remove vestigial reference to seasonal column

Ben Letham 7 年之前
父节点
当前提交
ab09fbcd6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      R/R/prophet.R

+ 1 - 1
R/R/prophet.R

@@ -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]]
       }
     }