Skip to content

Commit 89ed26a

Browse files
author
John Bogaardt
committed
1 parent 9e23666 commit 89ed26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainladder/development/development.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def transform(self, X):
211211
"w_v2_",
212212
]
213213
for item in triangles:
214-
setattr(X_new, item, getattr(self, item), None)
214+
setattr(X_new, item, getattr(self, item, None))
215215

216216
X_new._set_slicers()
217217

0 commit comments

Comments
 (0)