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
The PWL cost curve handling introduced in #227 fail when the lowest power point on the curve is greater than or equal p_max and when the highest power point on the curve is less than or equal to p_min.
To resolve this, we could either:
Determine this is a user error, in which case we should throw a proper error.
Handle this case automatically. We already extend the PWL cost curve beyond its given bounds, so extending it in this case is perhaps not the worst thing.
The text was updated successfully, but these errors were encountered:
I need a decision on this issue sooner rather than later. It is a simple question, but I can't honestly say I know what is the right answer. BTW: I think he means "when the lowest power point on the cost curve is greater than p_max " But anyway, the question is: should Egret silently extend the piecewise cost curve?
The PWL cost curve handling introduced in #227 fail when the lowest power point on the curve is greater than or equal p_max and when the highest power point on the curve is less than or equal to p_min.
To resolve this, we could either:
The text was updated successfully, but these errors were encountered: