casact / chainladder-python

Actuarial reserving in Python
https://chainladder-python.readthedocs.io/en/latest/
Mozilla Public License 2.0
192 stars 71 forks source link

fix one more ref to semiannual #410

Closed wleescor closed 1 year ago

wleescor commented 1 year ago

was going to submit similar to pull request #403 but got beaten to it. seemed to be missing one more file still

codecov-commenter commented 1 year ago

Codecov Report

Base: 83.92% // Head: 83.92% // No change to project coverage :thumbsup:

Coverage data is based on head (48fdd79) compared to base (f100640). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #410 +/- ## ======================================= Coverage 83.92% 83.92% ======================================= Files 50 50 Lines 4448 4448 Branches 729 729 ======================================= Hits 3733 3733 Misses 513 513 Partials 202 202 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `83.92% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/casact/chainladder-python/pull/410?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [chainladder/development/learning.py](https://codecov.io/gh/casact/chainladder-python/pull/410/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y2hhaW5sYWRkZXIvZGV2ZWxvcG1lbnQvbGVhcm5pbmcucHk=) | `73.87% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

jbogaardt commented 1 year ago

Thank you again @wleescor!