Skip to content

Commit

Permalink
change: HPV module for unilateral application made functional
Browse files Browse the repository at this point in the history
The `HPV` module can be used to build a unilateral lymph model where the b_2 parameter is different for HPV positive patients
  • Loading branch information
YoelPH committed Sep 17, 2024
1 parent 9d17375 commit df253dc
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 313 deletions.
3 changes: 2 additions & 1 deletion lymph/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""The lymph module implements the core classes to model lymphatic tumor progression."""

from lymph.models.bilateral import Bilateral
from lymph.models.HPV import HPV_wrapper
from lymph.models.midline import Midline
from lymph.models.unilateral import Unilateral

__all__ = ["Unilateral", "Bilateral", "Midline"]
__all__ = ["Unilateral", "HpvWrapper" "Bilateral", "Midline"]
Loading

0 comments on commit df253dc

Please sign in to comment.