Skip to content

Commit 60fb72d

Browse files
committed
STY: run black on notebooks for linting.
1 parent 68ecb17 commit 60fb72d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/examples/prometheus_2022_flight_sim.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"env.set_atmospheric_model(\n",
7373
" type=\"Reanalysis\",\n",
7474
" file=\"../../data/weather/spaceport_america_pressure_levels_2023_hourly.nc\",\n",
75-
"\n",
7675
" dictionary=\"ECMWF\",\n",
7776
")\n",
7877
"\n",
@@ -259,7 +258,7 @@
259258
" 0.05,\n",
260259
" ),\n",
261260
" power_off_drag=prometheus_cd_at_ma,\n",
262-
" power_on_drag=lambda x: prometheus_cd_at_ma(x) * 1.02, # 5% increase in drag \n",
261+
" power_on_drag=lambda x: prometheus_cd_at_ma(x) * 1.02, # 5% increase in drag\n",
263262
" center_of_mass_without_motor=0.9549,\n",
264263
" coordinate_system_orientation=\"tail_to_nose\",\n",
265264
")\n",

0 commit comments

Comments
 (0)