Skip to content

Commit b5c9c93

Browse files
Ananya JoshiAnanya Joshi
Ananya Joshi
authored and
Ananya Joshi
committed
channged additive factor
1 parent f5d15e8 commit b5c9c93

File tree

1 file changed

+1
-1
lines changed
  • _delphi_utils_python/delphi_utils/flash_eval

1 file changed

+1
-1
lines changed

_delphi_utils_python/delphi_utils/flash_eval/eval_day.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def flash_eval(lag, day, input_df, signal, params, logger=None):
291291
left_index=True, right_index=True))
292292

293293
# Make weekday correction for daily update
294-
additive_factor = summary_stats[daily_update_df.columns].iloc[4, :]
294+
additive_factor = 1
295295
weekday_correction = (Weekday.calc_adjustment(
296296
weekday_params.loc[daily_update_df.columns, :].to_numpy(), \
297297
(daily_update_df + additive_factor).reset_index(),

0 commit comments

Comments
 (0)