Skip to content

Commit 0b0b94c

Browse files
committed
linter
1 parent 9dc23d3 commit 0b0b94c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/pvsystem.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,8 +2195,8 @@ def _parse_raw_sam_df(csvdata):
21952195
return df
21962196

21972197

2198-
def sapm(effective_irradiance, temp_cell, module, reference_temperature = 25,
2199-
reference_irradiance = 1000):
2198+
def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
2199+
reference_irradiance=1000):
22002200
'''
22012201
The Sandia PV Array Performance Model (SAPM) generates 5 points on a
22022202
PV module's I-V curve (Voc, Isc, Ix, Ixx, Vmp/Imp) according to
@@ -2217,10 +2217,10 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature = 25,
22172217
22182218
reference_temperature : numeric, optional
22192219
Reference temperature [C]
2220-
2220+
22212221
reference_irradiance : numeric, optional
22222222
Reference irradiance [Wm⁻²]
2223-
2223+
22242224
Returns
22252225
-------
22262226
A DataFrame with the columns:

0 commit comments

Comments
 (0)