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

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"
]
},