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

typo in pvstrings "pvcons" prevents user from entering pvmod #82

Closed mikofski closed 6 years ago

mikofski commented 6 years ago

There's a typo in pvmismatch.pvmismatch_lib.pvstrings which says pvcons instead of pvconst, this prevernts the user from providing a PVmodule instance, because it fails that try-except .

Addressed in #83 but there's no test yet