Typos corrected in examples

This commit is contained in:
fjosw 2021-01-29 12:13:30 +01:00
parent c09a56b9c0
commit ed0db69b67
2 changed files with 24 additions and 48 deletions

File diff suppressed because one or more lines are too long

View file

@ -205,9 +205,17 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"64 4\n"
]
}
],
"source": [
"new_correlator=0.5*P5P5+np.sqrt(P5P5)/np.sin(P5P5**2)+np.arcsinh(P5P5)\n",
"print(new_correlator.T, new_correlator.N)"
@ -229,7 +237,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [