In cardiac_pm.py:2-3:
import pulsatile_model_functions as pmf
import healthy_params as K
Neither pulsatile_model_functions.py nor healthy_params.py exist anywhere in the repository. Running this tool will immediately crash with ModuleNotFoundError. These modules should either be:
- Added to the repository, or
- Listed as external dependencies in requirements.txt with installation instructions, or
- The file should document where to obtain them