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
Describe the bug calcparams_cec, calcparams_desoto, and sapm have a **kwargs parameter that is shadowed and therefore unused. It should be deprecated and removed.
Expected behavior
Users should get an error when they pass arbitrary/unexpected kwargs.
Additional context
In #1076 these args are completely unused (not just shadowed)