Skip to content

Feat/fix caching#114

Merged
YoelPH merged 16 commits intodevfrom
feat/fix_caching
Feb 17, 2026
Merged

Feat/fix caching#114
YoelPH merged 16 commits intodevfrom
feat/fix_caching

Conversation

@YoelPH
Copy link
Contributor

@YoelPH YoelPH commented Feb 17, 2026

In this merge we fixed some caching issues, updated the get started file and made some improvements on the HPV model

noemibuehrer and others added 16 commits October 23, 2025 09:31
the caching mechanism for the transition matrix and observation matrix did not work before since they used non-hashable types (dicts) as part of the key. Changed to use tuples instead. Further the transition matrix did not account for parameter changes, now fixed by including edges as part of the cache key.
Furthe improved HPV risk  call and variable names
Fixed shortcomings from the latest update. The model works correctly now, though some improvements could still be made.
@YoelPH YoelPH merged commit 06ea234 into dev Feb 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants