Skip to content

Commit 2bb31cb

Browse files
authored
use raw docstring so latex escape sequences are ok
1 parent 94d1c40 commit 2bb31cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/temperature.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
293293
294294
u_v : float, default 0.0
295295
Combined heat loss factor influenced by wind. Parameter :math:`U_{v}`
296-
in :eq:`pvsyst` :math:`\left[\frac{W/{\left(m^2 C\right)}}{m/s}\right]`.
296+
in :eq:`pvsyst`
297+
:math:`\left[\frac{W/{\left(m^2 C\right)}}{m/s}\right]`.
297298
298299
eta_m : numeric, default 0.1
299300
Module external efficiency as a fraction, i.e., DC power / poa_global.
@@ -356,7 +357,7 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
356357

357358

358359
def faiman(poa_global, temp_air, wind_speed=1.0, u0=25.0, u1=6.84):
359-
'''
360+
r'''
360361
Calculate cell or module temperature using the Faiman model. The Faiman
361362
model uses an empirical heat loss factor model [1]_ and is adopted in the
362363
IEC 61853 standards [2]_ and [3]_.

0 commit comments

Comments
 (0)