Skip to content

Commit

Permalink
DOC: run Black
Browse files Browse the repository at this point in the history
  • Loading branch information
LUCKIN13 committed Dec 15, 2024
1 parent 4ee72e6 commit 609c0ca
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions docs/examples/erebus_flight_sim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
" center_of_dry_mass_position=0,\n",
" nozzle_radius=0.02025,\n",
" nozzle_position=0,\n",
" throat_radius= 0.0135,\n",
" coordinate_system_orientation=\"nozzle_to_combustion_chamber\"\n",
" throat_radius=0.0135,\n",
" coordinate_system_orientation=\"nozzle_to_combustion_chamber\",\n",
")"
]
},
Expand Down Expand Up @@ -271,11 +271,7 @@
"metadata": {},
"outputs": [],
"source": [
"NoseCone = EREBUS11.add_nose(\n",
" length=0.391113,\n",
" kind=\"vonKarman\",\n",
" position= 2.3841\n",
")\n",
"NoseCone = EREBUS11.add_nose(length=0.391113, kind=\"vonKarman\", position=2.3841)\n",
"\n",
"FinSet = EREBUS11.add_trapezoidal_fins(\n",
" n=4,\n",
Expand All @@ -286,10 +282,7 @@
")\n",
"\n",
"Tail = EREBUS11.add_tail(\n",
" bottom_radius=0.03575,\n",
" length= 0.079119,\n",
" position=0.290787,\n",
" top_radius= 0.04575\n",
" bottom_radius=0.03575, length=0.079119, position=0.290787, top_radius=0.04575\n",
")"
]
},
Expand Down

0 comments on commit 609c0ca

Please sign in to comment.