-
Notifications
You must be signed in to change notification settings - Fork 122
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 reserves #562
Merged
Merged
Refactor reserves #562
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5ab8d8a
Refector reserves
cfe316 25a0659
Revert changes to storage
cfe316 4330877
First set of constr
cfe316 f363eaa
Second move
cfe316 fced3dd
Thirdmove
cfe316 5834b79
Fifth move
cfe316 f59cec4
Fifth move
cfe316 11c683a
Sixth move
cfe316 723578e
Final changes
cfe316 b1ff0d4
Minor cleanup
cfe316 6d5bcc7
Typo in previously-unused branch
cfe316 92e1394
Refactor storage_symmetric
cfe316 3615524
Remove unneeded lines
cfe316 158d9c5
Refactor storage_asymmetric
cfe316 68c617e
Remove extra constraint
cfe316 8c08712
Refactor thermal_commit reserves
cfe316 47dec42
Remove note about duplication
cfe316 29b7322
refactor therm_no_commit
cfe316 048df4d
Fix storage_all capres
cfe316 d150f50
Fix capres access
cfe316 74bb719
Make T an integer again, not UnitRange
cfe316 0957306
add expression creation function
cfe316 3f9c6a8
Use new expression manipulation function
cfe316 579abcd
Update src/model/resources/storage/storage_all.jl
cfe316 a2a7946
Fix typo
cfe316 07b96bc
Update note string
cfe316 3d2946c
Abstract reg_max, rsv_max
cfe316 021c08c
add tests
cfe316 5ee48ff
Add additional test
cfe316 ef16c18
Fix test
cfe316 13be2dd
Refactor VRE reserves and fix bug
cfe316 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
We should include a test to this functions and add it to
expression_manipulation_test.jl
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.
I've added tests now.