Skip to content

Commit e2ce7d7

Browse files
committed
Bug fixes documentation
1 parent 680dd73 commit e2ce7d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/modules.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Functions for calculating air density at hub height.
2323
:toctree: temp/
2424

2525
density.temperature_gradient
26-
density.temperature_interpol
2726
density.rho_barometric
2827
density.rho_ideal_gas
2928

windpowerlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def run_model(self, weather, data_height):
315315
`v_wind` in m/s, roughness length `z0` in m, temperature
316316
`temp_air` in K and pressure `pressure` in Pa, as well as
317317
optionally wind speed `v_wind_2` in m/s and temperature
318-
- `temp_air_2` in K at different height.
318+
`temp_air_2` in K at different height.
319319
If a Dictionary is used the data inside the dictionary has to be of
320320
the types pandas.Series or numpy.array.
321321
data_height : Dictionary

0 commit comments

Comments
 (0)