We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2aaa8 commit 4b75960Copy full SHA for 4b75960
example/basic_example.ipynb
@@ -162,8 +162,8 @@
162
"source": [
163
"# get power curves\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",
+ "# set print_out=True to see the list of all available wind turbines\n",
+ "wt.get_turbine_types(print_out=False)\n",
167
"\n",
168
"# get power coefficient curves\n",
169
"# write names of wind turbines for which power coefficient curves are provided to 'turbines' DataFrame\n",
0 commit comments