Skip to content

Commit 5596be3

Browse files
authored
Format equation text in ivtools/sde.py (#1750)
1 parent 75d800a commit 5596be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/ivtools/sde.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def fit_sandia_simple(voltage, current, v_oc=None, i_sc=None, v_mp_i_mp=None,
106106
.. math::
107107
108108
I &\approx \frac{I_{L}}{1 + G_{p} R_{s}}
109-
- \frac{G_{p}}{1 + G_{p}R_{s}} V
109+
- \frac{G_{p}}{1 + G_{p}R_{s}} V \\
110110
&= \beta_{0} + \beta_{1} V
111111
112112
4. The exponential portion of the IV curve is defined by

0 commit comments

Comments
 (0)