You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Bug Fixes
(mid) Correct contra state dist evo. Fixes #85.
Previously, the model did not correctly marginalize over the possible
time when a tumor can grow over the midline. It simply assumed that it
did from the onset.
risk() meth requires involvement. Fixes #87.
We figured it does not make sense to allow passing involvement=None
into the risk() method just to have it return 1. This is except for
the midline class, where involvement may reasonably be None while midext isn't.
Also, I ran ruff over some files, fixing some code style issues.