Skip to content

Commit b1d1eff

Browse files
committed
Fix linter
1 parent 22f71e7 commit b1d1eff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pvlib/pvsystem.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ def scale_voltage_current_power(self, data):
845845
for array, data in zip(self.arrays, data)
846846
)
847847

848-
849-
@renamed_kwarg_warning("0.13.0", "g_poa_effective", "effective_irradiance", "0.14.0")
848+
@renamed_kwarg_warning(
849+
"0.13.0", "g_poa_effective", "effective_irradiance", "0.14.0")
850850
@_unwrap_single_value
851851
def pvwatts_dc(self, effective_irradiance, temp_cell):
852852
"""
@@ -2801,7 +2801,8 @@ def scale_voltage_current_power(data, voltage=1, current=1):
28012801
return df_sorted
28022802

28032803

2804-
@renamed_kwarg_warning("0.12.0", "g_poa_effective", "effective_irradiance", "0.13.0")
2804+
@renamed_kwarg_warning(
2805+
"0.12.0", "g_poa_effective", "effective_irradiance", "0.13.0")
28052806
def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.):
28062807
r"""
28072808
Implements NREL's PVWatts DC power model. The PVWatts DC model [1]_ is:

0 commit comments

Comments
 (0)