Skip to content

Commit 10b7fae

Browse files
committed
More descriptive messages
1 parent 269750e commit 10b7fae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/R/inputs.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,8 @@ prophet_decomp <- function(dt_transform, dt_holidays,
861861

862862
#! SH START
863863
message("prophet_model assigned from mod_ohe")
864+
message("prophet_input assigned from dt_ohe")
865+
864866
prophet_model <- mod_ohe
865867
prophet_input <- dt_ohe
866868

@@ -878,6 +880,7 @@ prophet_decomp <- function(dt_transform, dt_holidays,
878880

879881
#! SH START
880882
message("prophet_model assigned from mod")
883+
message("prophet_input assigned from dt_regressors")
881884
prophet_model <- mod
882885
prophet_input <- dt_regressors
883886
#! SH END

0 commit comments

Comments
 (0)