8000 Format equation text in ivtools/sde.py (#1750) · pkuseci/pvlib-python@5596be3 · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 5596be3

Browse files
authored
Format equation text in ivtools/sde.py (pvlib#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

Lines changed: 1 addition & 1 deletion
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)
0