Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnieszka Żaba committed Nov 24, 2024
1 parent 4598913 commit 7883d19
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions examples/PySDM_examples/Bolin_1958/table_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,42 +260,6 @@
"outputs": [],
"execution_count": null
},
{
"cell_type": "code",
"id": "c9957e8d2f7621c9",
"metadata": {
"ExecuteTime": {
"end_time": "2024-11-23T14:42:06.806026Z",
"start_time": "2024-11-23T14:42:06.802358Z"
}
},
"source": [
"adjustment_time_Bolin = np.asarray((3.3, 7.1, 33, 93, 165, 245, 365, 435))\n",
"v_term_Bolin = np.asarray((0.27, 0.72, 2.1, 4.0, 5.4, 6.5, 8.1, 8.8))\n",
"table_Bolin = pandas.DataFrame({\n",
" 'radius [cm]': in_unit(radii, si.cm),\n",
" 'adjustment time [s]': adjustment_time_Bolin,\n",
" 'terminal velocity [m/s]': v_term_Bolin,\n",
" 'distance [m]': v_term_Bolin * adjustment_time_Bolin,\n",
" \n",
"})\n"
],
"outputs": [],
"execution_count": 7
},
{
"cell_type": "code",
"id": "f0415bd3-f0b2-4d4b-b40e-c83bcbb0c736",
"metadata": {
"ExecuteTime": {
"end_time": "2024-11-23T14:42:06.830721Z",
"start_time": "2024-11-23T14:42:06.828597Z"
}
},
"source": "",
"outputs": [],
"execution_count": null
},
{
"cell_type": "code",
"id": "a4677ee9-975b-48fe-9c84-8294e3babe1b",
Expand Down

0 comments on commit 7883d19

Please sign in to comment.