-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give reserve attributes consistent names. #275
Give reserve attributes consistent names. #275
Conversation
Reserve-related attributes now all start with the name of the reserve followed by a suffix. Applies to "_requirement", "_shortfall", "_price", and "_supplied" attributes. Renamed attributes are: rg => reserve_supplied reg_up_supplied => regulation_up_supplied reg_down_supplied => regulation_down_supplied flex_up_supplied => flexible_ramp_up_supplied flex_down_supplied => flexible_ramp_down_supplied spinning_supplied => spinning_reserve_supplied non_spinning_supplied => non_spinning_reserve_supplied supplemental_supplied => supplemental_reserve_supplied
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good -- I would like one small change to keep the names consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally the baseline output jsons should be changed, but I need to do that as part of #273 anyways.
I can do that... |
Summary/Motivation:
Some reserve attribute names follow a pattern (
<reserve_name>_<suffix>
) and some don't. This PR changes<reserve>_supplied
attribute names so they all follow the pattern. This allows code to deal with reserves generically.Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: