SunPower / PVMismatch

An explicit Python PV system IV & PV curve trace calculator which can also calculate mismatch.
http://sunpower.github.io/PVMismatch/
BSD 3-Clause "New" or "Revised" License
79 stars 30 forks source link

pvlib compat with contrib.gen_coeffs.gen_iec_61853_from_sapm #124

Open kandersolar opened 4 years ago

kandersolar commented 4 years ago

pvlib 0.7.0 changed the sapm irradiance input from suns to W/m2 (https://pvlib-python.readthedocs.io/en/stable/whatsnew.html#v0-7-0-december-18-2019) and running contrib/gen_coeffs/example.py with pvlib >=0.7.0 fails as a result.

Relevant line of code: https://github.com/SunPower/PVMismatch/blob/master/pvmismatch/contrib/gen_coeffs/__init__.py#L27