Skip to content

Commit 3f2eace

Browse files
committed
remove whitespace
1 parent 35ae45e commit 3f2eace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2650,7 +2650,7 @@ def adrinverter(v_dc, p_dc, inverter, vtol=0.10):
26502650

26512651
v_lim_upper = float(np.nanmax([v_max, vdc_max, mppt_hi]) * (1 + vtol))
26522652
v_lim_lower = float(np.nanmax([v_min, mppt_low]) * (1 - vtol))
2653-
2653+
26542654
pdc = p_dc / p_nom
26552655
vdc = v_dc / v_nom
26562656
# zero voltage will lead to division by zero, but since power is

0 commit comments

Comments
 (0)