Skip to content

Commit b5c5455

Browse files
RDaxiniechedey-ls
andcommitted
change to kwarg only parameters
Co-Authored-By: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
1 parent 787afa0 commit b5c5455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ def _parse_raw_sam_df(csvdata):
21932193
return df
21942194

21952195

2196-
def sapm(effective_irradiance, temp_cell, module, temperature_ref=25,
2196+
def sapm(effective_irradiance, temp_cell, module, *, temperature_ref=25,
21972197
irradiance_ref=1000):
21982198
'''
21992199
The Sandia PV Array Performance Model (SAPM) generates 5 points on a

0 commit comments

Comments
 (0)