Closed mikofski closed 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 .
pvmismatch.pvmismatch_lib.pvstrings
pvcons
pvconst
PVmodule
Addressed in #83 but there's no test yet
There's a typo in
pvmismatch.pvmismatch_lib.pvstrings
which sayspvcons
instead ofpvconst
, this prevernts the user from providing aPVmodule
instance, because it fails that try-except .Addressed in #83 but there's no test yet