Skip to content

Commit a9cbcf1

Browse files
committed
DOC: remaining changes in params_desoto
1 parent bc4c42e commit a9cbcf1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pvlib/pvsystem.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ def calcparams_desoto(S, temp_cell, alpha_isc, module_parameters, EgRef,
432432
Source: [4]
433433
434434
Copper Indium Gallium diSelenide (CIGS):
435-
EgRef = 1.15
436-
dEgdT = ????
435+
* EgRef = 1.15
436+
* dEgdT = ????
437437
438438
>>> M = np.polyval([-9.07E-5, 0.0022, -0.0202, 0.0652, 0.9417],
439439
... AMa) # doctest: +SKIP
@@ -444,7 +444,8 @@ def calcparams_desoto(S, temp_cell, alpha_isc, module_parameters, EgRef,
444444
* EgRef = 1.424
445445
* dEgdT = -0.000433
446446
* M = unknown
447-
Source = [4]
447+
448+
Source: [4]
448449
'''
449450

450451
M = np.max(M, 0)

0 commit comments

Comments
 (0)