Skip to content

Commit

Permalink
added logger, fixed previous date issue, currently error at robyn_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanfb91 committed Jul 6, 2022
1 parent f584e92 commit 4bff536
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion util/robyn_v02.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def get_file(path:str):
# dt_input=r['dt_simulated_weekly']
# , dt_holidays=r['dt_prophet_holidays']
dt_input=r_df_simulated
, dt_holidays=r_df_prophet
, dt_holidays=r_df_prophet ##

# set variables
# date format must be "2020-01-01"
Expand Down

0 comments on commit 4bff536

Please sign in to comment.