Skip to content

Commit ff17a02

Browse files
committed
Update pvsystem.py
1 parent 2602596 commit ff17a02

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pvlib/pvsystem.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from dataclasses import dataclass
1717
from abc import ABC, abstractmethod
1818
from typing import Optional, Union
19-
from pvlib._deprecation import renamed_kwarg_warning
2019
import pvlib # used to avoid albedo name collision in the Array class
2120
from pvlib import (atmosphere, iam, inverter, irradiance,
2221
singlediode as _singlediode, spectrum, temperature)
@@ -843,8 +842,6 @@ def scale_voltage_current_power(self, data):
843842
for array, data in zip(self.arrays, data)
844843
)
845844

846-
@renamed_kwarg_warning(
847-
"0.13.0", "g_poa_effective", "effective_irradiance")
848845
@_unwrap_single_value
849846
def pvwatts_dc(self, effective_irradiance, temp_cell):
850847
"""
@@ -2884,8 +2881,6 @@ def scale_voltage_current_power(data, voltage=1, current=1):
28842881
return df_sorted
28852882

28862883

2887-
@renamed_kwarg_warning(
2888-
"0.13.0", "g_poa_effective", "effective_irradiance")
28892884
def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.,
28902885
k=None, cap_adjustment=False):
28912886
r"""

0 commit comments

Comments
 (0)