diff --git a/tutorials/02_EP_tissue/21_reentry_induction/run.py b/tutorials/02_EP_tissue/21_reentry_induction/run.py index 3303ac8fde6275eaed018dc107da60e7c70435d7..cd8981fcc663ab737ffb6e6425cf07ab032d484e 100755 --- a/tutorials/02_EP_tissue/21_reentry_induction/run.py +++ b/tutorials/02_EP_tissue/21_reentry_induction/run.py @@ -696,18 +696,18 @@ def single_cell_initialization(args, job, steady_state_dir): duration = 20*args.prepace_bcl - g_CaL = [0.45, 0.225] - g_K1 = [2, 1] - g_Na = [1, 0.6] - blf_i_Kur = [0.5, 0.5] - g_to = [0.35, 0.35] - g_Ks = [2, 2] - maxI_pCa = [1.5, 1.5] - maxI_NaCa = [1.6, 1.6] - g_Kr = [1.6, 1] + GCaL = [0.45, 0.225] + GK1 = [2, 1] + GNa = [1, 0.6] + factorGKur = [0.5, 0.5] + Gto = [0.35, 0.35] + GKs = [2, 2] + maxIpCa = [1.5, 1.5] + maxINaCa = [1.6, 1.6] + GKr = [1.6, 1] tissue_init = [] - for k in range(len(g_CaL)): + for k in range(len(GCaL)): init_file = steady_state_dir+'/init_values_stab_{}_bcl_{}.sv'.format(k,args.prepace_bcl) cmd = [settings.execs.BENCH, '--imp', args.model,