mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-23 19:32:25 +00:00
Missed this
This commit is contained in:
parent
531b982bb8
commit
4841d868c5
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ set_auto_seasonalities <- function(m) {
|
|||
last <- max(m$history$ds)
|
||||
if (m$yearly.seasonality == 'auto') {
|
||||
if (last - first < 730) {
|
||||
warn('Disabling yearly seasonality. ',
|
||||
warning('Disabling yearly seasonality. ',
|
||||
'Run prophet with `yearly.seasonality=TRUE` to override this.')
|
||||
m$yearly.seasonality <- FALSE
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue