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
I'm just now realizing that the module argument to our singlediode function is nearly pointless. module['V_oc_ref'] is used to set the initial guess for the p_mp numerical solution, and I'm pretty sure that it can be replaced with the calculated v_oc. This will simplify the api and bring us back into consistency with the matlab library.
The text was updated successfully, but these errors were encountered:
I'm just now realizing that the module argument to our singlediode function is nearly pointless. module['V_oc_ref'] is used to set the initial guess for the p_mp numerical solution, and I'm pretty sure that it can be replaced with the calculated v_oc. This will simplify the api and bring us back into consistency with the matlab library.
The text was updated successfully, but these errors were encountered: