Skip to content

Commit 637e4bd

Browse files
committed
remove irrelevant sapm entries from _DC_MODEL_PARAMS
1 parent 22364d8 commit 637e4bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pvlib/pvsystem.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
# a dict of required parameter names for each DC power model
3030
_DC_MODEL_PARAMS = {
3131
'sapm': {
32-
'A0', 'A1', 'A2', 'A3', 'A4', 'B0', 'B1', 'B2', 'B3',
33-
'B4', 'B5', 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6',
34-
'C7', 'Isco', 'Impo', 'Voco', 'Vmpo', 'Aisc', 'Aimp', 'Bvoco',
32+
'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6', 'C7',
33+
'Isco', 'Impo', 'Voco', 'Vmpo', 'Aisc', 'Aimp', 'Bvoco',
3534
'Mbvoc', 'Bvmpo', 'Mbvmp', 'N', 'Cells_in_Series',
36-
'IXO', 'IXXO', 'FD'},
35+
'IXO', 'IXXO'},
3736
'desoto': {
3837
'alpha_sc', 'a_ref', 'I_L_ref', 'I_o_ref',
3938
'R_sh_ref', 'R_s'},

0 commit comments

Comments
 (0)