Skip to content

Commit

Permalink
resolves #190
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt committed Aug 29, 2021
1 parent 9eebf63 commit 81d0c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainladder/core/triangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def link_ratio(self):
obj = obj * w_ if obj.shape == w_.shape else obj
obj.is_pattern = True
obj.is_cumulative = False
obj.values = num_to_nan(obj.values)
return obj
else:
return self
Expand Down

0 comments on commit 81d0c81

Please sign in to comment.