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
implement simplified solis clear sky model (pvlib#148)
* implement simplified solis. needs tests
* fix index stripping
* add tests. coerce pw to min 0.2
* add simplified solis option to location.get_clearsky. reorder simplified solis output to match ineichen
* update whatsnew
* remove return_raw in favor of OrderedDict. improve nan handling