Skip to content

Commit 691c01d

Browse files
Remove removal year
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
1 parent 5888e1a commit 691c01d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/pvsystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ def scale_voltage_current_power(self, data):
844844
)
845845

846846
@renamed_kwarg_warning(
847-
"0.13.0", "g_poa_effective", "effective_irradiance", "0.14.0")
847+
"0.13.0", "g_poa_effective", "effective_irradiance")
848848
@_unwrap_single_value
849849
def pvwatts_dc(self, effective_irradiance, temp_cell):
850850
"""
@@ -2859,7 +2859,7 @@ def scale_voltage_current_power(data, voltage=1, current=1):
28592859

28602860

28612861
@renamed_kwarg_warning(
2862-
"0.13.0", "g_poa_effective", "effective_irradiance", "0.14.0")
2862+
"0.13.0", "g_poa_effective", "effective_irradiance")
28632863
def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.):
28642864
r"""
28652865
Implements NREL's PVWatts DC power model. The PVWatts DC model [1]_ is:

0 commit comments

Comments
 (0)