minor; redefinition of the bend limiter pre-factor

This commit is contained in:
Tristan Hoellinger 2025-06-17 00:57:49 +02:00
parent 34594a2bf6
commit a5227d9113
8 changed files with 2642 additions and 2519 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -15690,7 +15690,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": null,
"id": "c1c096bb",
"metadata": {},
"outputs": [
@ -15762,7 +15762,7 @@
" ymin=3e-3,\n",
" ymax=0.5,\n",
" fac_hubble=fac_hubble,\n",
" fac_bend=fac_bend * (2 ** sim_idx),\n",
" fac_bend=fac_bend,\n",
" da_max_early=da_early,\n",
" da_max_late=DEFAULT_DA_MAX_LATE_CUSTOM,\n",
" show=False,\n",

View file

@ -108,7 +108,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "7126d1c8",
"metadata": {},
"outputs": [],
@ -134,7 +134,7 @@
"\n",
"# Alternatively, let the user specify the parameters directly:\n",
"fac_hubble_list = [0.02, 0.02]\n",
"fac_bend_list = [0.04375/2, 0.04375]\n",
"fac_bend_list = [0.3125/2, 0.3125]\n",
"da_early_list = [0.0013, 0.0013]\n"
]
},