diff options
| -rw-r--r-- | pyisda/credit_index.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyisda/credit_index.pyx b/pyisda/credit_index.pyx index 017f9fe..4401e21 100644 --- a/pyisda/credit_index.pyx +++ b/pyisda/credit_index.pyx @@ -822,7 +822,7 @@ cdef class CreditIndex(CurveList): return r cdef unsigned long fill_mask(const TDate maturity, const vector[TDate]& maturities, - const TCurve* sc) nogil: + const TCurve* sc) noexcept nogil: cdef: TDate prev_maturity = 0 TDate next_maturity = maturity |
