Skip to content

CV restitution tutorial is not working

The tutorial CV restitution is not working. Using the first command provided

./run.py --CI0 300 --visualize --np 2

results in the following error:

openCARP/external/experiments/2025-04-30__Gil-0.365_Gel-1.3111_CI0-300_CI1-500 does already exist...
openCARP/external/carputils/bin/restituteCV \
  --model tenTusscherPanfilov \
  --CI0 300 \
  --CI1 500 \
  --CIinc 25 \
  --numCycles 5 \
  --bcl 500 \
  --gi 0.365 \
  --ge 1.3111

env: python: No such file or directory

It seems that restituteCV is using tuning.py internally, which fails in config due to missing/incompatible parameters in args. Have not investigated it further yet.

Edited by Tobias Gerach