Skip to content

Commit 813fef0

Browse files
committed
Seperated tests
1 parent f1fbb43 commit 813fef0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chainladder/development/tests/test_development.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ def test_new_drop_8():
274274
except:
275275
assert False
276276

277+
278+
def test_new_drop_9():
279+
tri = cl.load_sample("prism")["Paid"].sum().grain("OYDQ")
280+
277281
assert (
278282
cl.Development(drop_high=True).fit(tri).cdf_.to_frame().fillna(0).values
279283
== cl.Development(drop_high=1).fit(tri).cdf_.to_frame().fillna(0).values

0 commit comments

Comments
 (0)