Skip to content

Commit

Permalink
Rerun notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWay1024 committed Oct 3, 2024
1 parent b0618de commit f2b4165
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 35 deletions.
32 changes: 16 additions & 16 deletions ipynb/interval-size.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -18,7 +18,7 @@
"364000000"
]
},
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -40,7 +40,7 @@
"(26000, 14000)"
]
},
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -72,7 +72,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -91,7 +91,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -123,16 +123,16 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.9999999972527474"
"np.float64(0.9999999972527474)"
]
},
"execution_count": 8,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -151,16 +151,16 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.7471410247252748"
"np.float64(0.7471410247252748)"
]
},
"execution_count": 9,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -178,16 +178,16 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"-99.7"
"np.float32(-99.7)"
]
},
"execution_count": 11,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
32 changes: 16 additions & 16 deletions ipynb/lowest-point.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,22 +175,22 @@
" <tr>\n",
" <th>1</th>\n",
" <td>10</td>\n",
" <td>1341.799729</td>\n",
" <td>1341.801892</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>25</td>\n",
" <td>1324.358381</td>\n",
" <td>1324.245173</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>50</td>\n",
" <td>1282.137577</td>\n",
" <td>1282.113231</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>100</td>\n",
" <td>1200.256978</td>\n",
" <td>1199.326133</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
Expand All @@ -199,10 +199,10 @@
"text/plain": [
" radius minimum height\n",
"0 0 1344.782861\n",
"1 10 1341.799729\n",
"2 25 1324.358381\n",
"3 50 1282.137577\n",
"4 100 1200.256978"
"1 10 1341.801892\n",
"2 25 1324.245173\n",
"3 50 1282.113231\n",
"4 100 1199.326133"
]
},
"execution_count": 6,
Expand Down Expand Up @@ -267,22 +267,22 @@
" <tr>\n",
" <th>1</th>\n",
" <td>10</td>\n",
" <td>1308.350049</td>\n",
" <td>1308.350455</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>25</td>\n",
" <td>1307.353283</td>\n",
" <td>1307.352514</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>50</td>\n",
" <td>1305.625249</td>\n",
" <td>1305.617853</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>100</td>\n",
" <td>1297.738363</td>\n",
" <td>1297.549882</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
Expand All @@ -291,10 +291,10 @@
"text/plain": [
" radius minimum height\n",
"0 0 1309.008933\n",
"1 10 1308.350049\n",
"2 25 1307.353283\n",
"3 50 1305.625249\n",
"4 100 1297.738363"
"1 10 1308.350455\n",
"2 25 1307.352514\n",
"3 50 1305.617853\n",
"4 100 1297.549882"
]
},
"execution_count": 7,
Expand Down
26 changes: 23 additions & 3 deletions ipynb/plots/de.ipynb

Large diffs are not rendered by default.

0 comments on commit f2b4165

Please sign in to comment.