Skip to content

Commit

Permalink
Seperated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshsu committed May 21, 2024
1 parent f1fbb43 commit 813fef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chainladder/development/tests/test_development.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ def test_new_drop_8():
except:
assert False


def test_new_drop_9():
tri = cl.load_sample("prism")["Paid"].sum().grain("OYDQ")

assert (
cl.Development(drop_high=True).fit(tri).cdf_.to_frame().fillna(0).values
== cl.Development(drop_high=1).fit(tri).cdf_.to_frame().fillna(0).values
Expand Down

0 comments on commit 813fef0

Please sign in to comment.