-
Notifications
You must be signed in to change notification settings - Fork 36
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
Refactor the gen_commit_bin and gen_commit_lin operational type modules to use common functions #776
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge develop for v0.5
Merge develop for v0.5.1
GridPath v0.6.0
GridPath v0.6.1
GridPath v0.7.0
GridPath v0.7.1
GridPath 0.7.2
GridPath v0.7.3 @anamileva Fix Tx group subscenario class component name f739439 @anamileva Add partial freq resp penalty to costs table ec4e187 @anamileva Improve efficiency of UI scenario-results (#750) … c094c17 @anamileva Make start/end tmp an input field in UI … 1fade5a @anamileva Clarify module import error and print traceback (#751) e1e47f4 @anamileva Fix GP executable path for Mac (#752) 6dcd6fd @anamileva Bump version to 0.7.3 3d9320d
GridPath v0.8.0 @anamileva Update handling of solver status … f8bfaeb @anamileva Fix solver query in queue manager … 698f448 @anamileva Fix queue manager when no solver options specified e96e420 @anamileva Implement charge/discharge capacity multipliers (#754) … b7297c7 @anamileva Bump version to v0.8.0 f4be86b
GridPath v0.8.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The operational type modules gen_commit_bin and gen_commit_lin, which share the same formulation except for the some variable type definitions now use a common function for their formulation and simply pass different arguments to get the correct component names and formulation. This will reduce maintenance requirements and redundant code going forward.