Skip to content

Commit afb4e3f

Browse files
committed
MNT: make black to notebook example
1 parent d2232e0 commit afb4e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,7 @@
11491149
"source": [
11501150
"import numpy as np\n",
11511151
"\n",
1152+
"\n",
11521153
"def custom_export_function(flight):\n",
11531154
" reynold_number_list = flight.reynolds_number(flight.time)\n",
11541155
" average_reynolds_number = np.mean(reynold_number_list)\n",

0 commit comments

Comments
 (0)