Skip to content

Commit 01f7d56

Browse files
committed
doc tweaks
1 parent 0b5cc71 commit 01f7d56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pvlib/singlediode.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ def bishop88(diode_voltage, photocurrent, saturation_current,
109109
(a-Si) modules that is the product of the PV module number of series
110110
cells :math:`N_{s}` and the builtin voltage :math:`V_{bi}` of the
111111
intrinsic layer. [V].
112-
breakdown_factor : float, default 0
112+
breakdown_factor : numeric, default 0
113113
fraction of ohmic current involved in avalanche breakdown :math:`a`.
114114
Default of 0 excludes the reverse bias term from the model. [unitless]
115-
breakdown_voltage : float, default -5.5
115+
breakdown_voltage : numeric, default -5.5
116116
reverse breakdown voltage of the photovoltaic junction :math:`V_{br}`
117117
[V]
118-
breakdown_exp : float, default 3.28
118+
breakdown_exp : numeric, default 3.28
119119
avalanche breakdown exponent :math:`m` [unitless]
120120
gradients : bool
121121
False returns only I, V, and P. True also returns gradients

0 commit comments

Comments
 (0)