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
Hydro turbine flow rate: only called from hydrogenation_construction.jl.
(1) and (2) genuinely use multiple dispatch, same arguments of (container, T, devices, model) . (3)-(5) are functions that just happen to share the same name: they have different arities and argument types, zero ambiguity. We can keep (1) and (2) as add_expressions!, but I'd like to rename (3)-(5) to something more descriptive.
There's a lot of functions called
add_expressions!. I asked AI to inspect the signatures. We have 5 different families:T<:ExpressionTypeandmodel::DeviceModel{...}.model::ServiceModel{V<:PSY.Reserve, ...}BThetaaggregate in PR Branch and network coverage increase and bug fix #196: only called fromnetwork_constructor.jl.hydrogenation_construction.jl.(1) and (2) genuinely use multiple dispatch, same arguments of
(container, T, devices, model). (3)-(5) are functions that just happen to share the same name: they have different arities and argument types, zero ambiguity. We can keep (1) and (2) asadd_expressions!, but I'd like to rename (3)-(5) to something more descriptive.