Anton Driesse
Anton Driesse
As I explained above, it would be nice to have the mismatch feature released fairly soon. If it is not in this release, how much time do we think might...
I don't think it's so critical that it warrants exceptional actions, but perhaps we could consider 9.3 in 2-3 weeks? My temperature PR should be done then too.
I don't oppose anything above. Other options: - set a smaller value for `num` - implement the polynomial approximations given in Marion's paper - just use 0.95 for sky and...
Hi Karel, long time no see! Some ideas: - interpolation on the lut values? - check the number of values rather than the class of the input?
Hi Karel, for me it's not about accuracy but I have a phobia of discontinuities! Your general idea is good.
I think that using `array-like` in a different way from numpy is probably not such a good idea, but then perhaps we should just not use `array-like` at all? I...
Good idea to take a small bite out of this one @ColmBhandal ! Perhaps numpy is not the best example to follow. I _suspect_ pvlib has a lot more variety...
Rather `np.asarray` or `np.asanyarray()`?
Thanks for the updates @Peque. At a very high level, what information would be the inputs and output to/from SAM?
Apparently @wholmgren was typing while I was thinking similar things. Somethings really basic in native pvlib would be my preference, although I recognize there may be users who have different...