Skip to content

Commit a3d3f2c

Browse files
committed
fix notebook
1 parent 7851834 commit a3d3f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/basic_example.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"# specification of own wind turbine (Note: power coefficient values and\n",
178178
"# nominal power have to be in Watt)\n",
179179
"myTurbine = {\n",
180-
" 'turbine_name': 'myTurbine',\n",
180+
" 'object_name': 'myTurbine',\n",
181181
" 'nominal_power': 3e6, # in W\n",
182182
" 'hub_height': 105, # in m\n",
183183
" 'rotor_diameter': 90, # in m\n",
@@ -202,7 +202,7 @@
202202
"# if you want to use the power coefficient curve change the value of\n",
203203
"# 'fetch_curve' to 'power_coefficient_curve'\n",
204204
"enerconE126 = {\n",
205-
" 'turbine_name': 'ENERCON E 126 7500', # turbine name as in register\n",
205+
" 'object_name': 'ENERCON E 126 7500', # turbine name as in register\n",
206206
" 'hub_height': 135, # in m\n",
207207
" 'rotor_diameter': 127, # in m\n",
208208
" 'fetch_curve': 'power_curve' # fetch power curve\n",
@@ -357,7 +357,7 @@
357357
"name": "python",
358358
"nbconvert_exporter": "python",
359359
"pygments_lexer": "ipython3",
360-
"version": "3.4.2"
360+
"version": "3.5.3"
361361
}
362362
},
363363
"nbformat": 4,

0 commit comments

Comments
 (0)