I was running command python3 run.py --np 2 --protocol prepace --prepace_bcl 500 --prebeats 4 --visualize to run the reentry example on my mac, the following error occurred:
Traceback (most recent call last):
File "/Users/abc/openCARP/external/experiments/tutorials/02_EP_tissue/21_reentry_induction/run.py", line 729, in <module>
run()
File "/Users/abc/openCARP/external/carputils/carputils/tools.py", line 540, in wrapped
ret = run(args, job)
File "/Users/abc/openCARP/external/experiments/tutorials/02_EP_tissue/21_reentry_induction/run.py", line 559, in run
tissue_init = single_cell_initialization(args, job, steady_state_dir)
File "/Users/abc/openCARP/external/experiments/tutorials/02_EP_tissue/21_reentry_induction/run.py", line 708, in single_cell_initialization
'--imp-par', 'GCaL*{},GK1*{},GNa*{},factorGKur*{},Gto*{},GKs*{},maxIpCa*{},maxINaCa*{}'.format(GCaL[k],GK1[k],GNa[k],factorGKur[k],Gto[k],GKs[k],maxIpCa[k],maxINaCa[k]),
NameError: name 'GCaL' is not defined