Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bogaardt committed May 24, 2024
1 parent 9e23666 commit 89ed26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainladder/development/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def transform(self, X):
"w_v2_",
]
for item in triangles:
setattr(X_new, item, getattr(self, item), None)
setattr(X_new, item, getattr(self, item, None))

X_new._set_slicers()

Expand Down

0 comments on commit 89ed26a

Please sign in to comment.