@pradeeban
humanc/cardiac_pm.py has:
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 (not in humanc/, not in tools/, not anywhere). The humanc/cardiac_pm.dir/ directory also doesn't appear to contain them based on the directory listing. This means the cardiac plant model example is completely broken and cannot run, giving an ImportError immediately.