Campbell-Muscle-Lab / PyMyoVent

PyMyoVent is computer code that simulates an idealized ventricle pumping blood around a single circulation.
http://Campbell-Muscle-Lab.github.io/PyMyoVent/index.html
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Perturbing growth setpoints #27

Open HosseinSharifii opened 3 years ago

HosseinSharifii commented 3 years ago

Line #422 in single_ventricle_circulation.py file needs to be changed to:

p.data['increment'] not p.data['growth']

kenatcampbellmusclelab commented 3 years ago

@HosseinSharifii - in my version, line #422 is blank.

HosseinSharifii commented 3 years ago

@kenatcampbellmusclelab - In "master" branch is line #421. p.data['growth'] should change to p.data['increment'].