Skip to content

Commit 4827334

Browse files
committed
add removal comment
1 parent ac500d5 commit 4827334

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pvlib/singlediode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ def _lambertw(photocurrent, saturation_current, resistance_series,
914914

915915
# Find the voltage, v_mp, where the power is maximized.
916916
# use scipy.elementwise if available
917+
# remove try/except when scipy>=1.15, and golden mean is retired
917918
try:
918919
from scipy.optimize.elementwise import find_minimum
919920
init = (0., 0.8*v_oc, 1.01*v_oc)

0 commit comments

Comments
 (0)