Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2023-01-24 13:07:04 +00:00
commit 5eda97cce8
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"From this we can construct `Obs`, which are the basic object of `pyerrors`. For each sample we give to the obs, we also have to specify an ensemble/replica name. In this example we assume that both datasets originate from the same gauge field ensemble labeled 'ensemble1'."
"From this we can construct `Obs`, which are the basic object of `pyerrors`. For each sample we give to the obs, we also have to specify an ensemble/replica name. In this example we assume that both datasets originate from the same gauge field ensemble labeled 'ensemble1'. **For correct error propagation it is crucial that observations from the same Monte Carlo chain are initialized with the same name.**"
]
},
{
@ -233,7 +233,7 @@
],
"source": [
"c_obs3 = np.sin(c_obs1 / c_obs2 - 1)\n",
"c_obs3.gamma_method()\n",
"c_obs3.gm() # gm is a short alias for gamma_method\n",
"c_obs3.details()"
]
},