Closed
Description
fit_desoto_sandia
incorrectly returns +0.0002677
instead of -0.0002677
for dEgdT
:
pvlib-python/pvlib/ivtools/sdm.py
Lines 874 to 886 in 891778c
That value is used both for the returned value and in the equations that compute other SDM parameters. I've not inspected the math to see whether the sign should be fixed in both places, or only for the returned value.
Noticed in #2315.