Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 3, 2024
1 parent badc83c commit 39f426c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Python/test/test_inflation.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,9 @@ def build_inflation_term_structure(
base_zero_rate = zero_coupon_swaps_data[0][1]
cpi_term_structure = ql.PiecewiseZeroInflation(
reference_date,
CAL,
DAY_COUNTER,
observation_lag,
inflation_index.lastFixingDate(),
inflation_index.frequency(),
base_zero_rate,
DAY_COUNTER,
helpers)
if include_seasonality:
seasonality = construct_seasonality(reference_date)
Expand Down

0 comments on commit 39f426c

Please sign in to comment.