Skip to content

Commit

Permalink
bug #203; typo - model_calendar_ita (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
capelastegui committed Jan 18, 2023
1 parent 43efb5c commit 6b82a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anticipy/forecast_models.py
Expand Up @@ -1758,7 +1758,7 @@ def _f_model_calendar(a_x, a_date, params, is_mult=False, **kwargs):
'calendar_us')
# Calendar for Italy
model_calendar_ita = get_model_from_calendars(
[CalendarChristmasIta(), CalendarBankHolIta()], 'calendar_uk')
[CalendarChristmasIta(), CalendarBankHolIta()], 'calendar_ita')


def get_model_from_datelist(name=None, *args):
Expand Down

0 comments on commit 6b82a3a

Please sign in to comment.