Structure

This commit is contained in:
Kilian Hofmann 2024-09-27 09:35:53 +02:00
parent 5fb5ad0d79
commit abf4258107
41 changed files with 9 additions and 9 deletions

View File

@ -23,9 +23,9 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"mmo = 0.87\n", "mmo = 0.87\n",
"weight = 248.7\n", "weight = 244.25\n",
"alt = 300\n", "alt = 310\n",
"ci = 80" "ci = 200"
] ]
}, },
{ {
@ -44,8 +44,8 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"290 300 310 0.5\n", "310 310 310 0.0\n",
"240 248.7 250 0.8699999999999989\n" "240 244.25 250 0.425\n"
] ]
} }
], ],
@ -103,8 +103,8 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"0.821 0.821 0.823 0.824\n", "0.831 0.833 0.831 0.833\n",
"0.821 0.824 0.823\n" "0.832 0.832 0.832\n"
] ]
} }
], ],
@ -164,8 +164,8 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"0.821 0.821 0.823 0.824\n", "0.831 0.833 0.831 0.833\n",
"0.821 0.824 0.823\n" "0.832 0.832 0.832\n"
] ]
} }
], ],