Skip to content

Commit 4b75960

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Set print_out False for better readibility
1 parent ad2aaa8 commit 4b75960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/basic_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
"source": [
163163
"# get power curves\n",
164164
"# 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",
165+
"# set print_out=True to see the list of all available wind turbines\n",
166+
"wt.get_turbine_types(print_out=False)\n",
167167
"\n",
168168
"# get power coefficient curves\n",
169169
"# write names of wind turbines for which power coefficient curves are provided to 'turbines' DataFrame\n",

0 commit comments

Comments
 (0)