docs: first two examples extended.

This commit is contained in:
Fabian Joswig 2022-09-29 09:22:41 +01:00
parent 67d157c156
commit cf7919c936
No known key found for this signature in database
2 changed files with 50 additions and 70 deletions

View file

@ -58,7 +58,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "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 'ens1'." "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'."
] ]
}, },
{ {

File diff suppressed because one or more lines are too long