You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test_modelchain now passes
* in pvsystem.singlediode if using default "slow" then use ducktyping to
see if photocurrent is a sequence, sorry other params are not checked,
if not, then get out as usual, if it is, then use np.vectorize, and get
a sequence of outputs, check if photocurrent is a pd.Series, and if so,
then convert out to a pd.DataFrame, otherwise, transpose the sequence of
outputs into a an OrderedDict of sequences (actually np.arrays)
* move series check from original lambertw back up to there, because it
doesn't work for the vectorized slow or fast methods, you need to call
.tolist() first
* also copy & paste WET code for 'fast'
0 commit comments