Skip to content

Commit 7bc040a

Browse files
committed
Update defaults in Array docstring
1 parent 268e736 commit 7bc040a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/pvsystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ class Array:
11301130
May be used to look up the module_parameters dictionary
11311131
via some other method.
11321132
1133-
module_type : None or string, default 'glass_polymer'
1133+
module_type : None or string, default None
11341134
Describes the module's construction. Valid strings are 'glass_polymer'
11351135
and 'glass_glass'. Used for cell and module temperature calculations.
11361136
@@ -1147,7 +1147,7 @@ class Array:
11471147
strings: int, default 1
11481148
Number of parallel strings in the array.
11491149
1150-
racking_model : None or string, default 'open_rack'
1150+
racking_model : None or string, default None
11511151
Valid strings are 'open_rack', 'close_mount', and 'insulated_back'.
11521152
Used to identify a parameter set for the SAPM cell temperature model.
11531153

0 commit comments

Comments
 (0)