Skip to content

Commit ff00f73

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Set print_out to False
1 parent 02b531c commit ff00f73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/basic_example.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@
161161
"outputs": [],
162162
"source": [
163163
"# get power curves\n",
164-
"# print names of wind turbines for which power curves are provided (default)\n",
165-
"wt.get_turbine_types()\n",
164+
"# get names of wind turbines for which power curves are provided (default)\n",
165+
"# set print_out=True to print \n",
166+
"wt.get_turbine_types(filename='cp_curves.csv', print_out=False)\n",
166167
"\n",
167168
"# get power coefficient curves\n",
168169
"# write names of wind turbines for which power coefficient curves are provided to 'turbines' DataFrame\n",

0 commit comments

Comments
 (0)