Skip to content

Commit 1297448

Browse files
committed
Merge branch 'add_marion' of https://github.com/williamhobbs/pvlib-python into add_marion
2 parents 90b7c54 + 0d8b0b5 commit 1297448

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
@@ -2969,7 +2969,7 @@ def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.,
29692969
pdc * (1 - err_2))
29702970

29712971
# "cap" Marion's correction at 1000 W/m^2
2972-
if cap_adjustment is True:
2972+
if cap_adjustment:
29732973
pdc_marion = np.where(effective_irradiance >= 1000,
29742974
pdc,
29752975
pdc_marion)

0 commit comments

Comments
 (0)