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.
Add Clustering Method to PriceTaker #1579
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
base: main
Are you sure you want to change the base?
Add Clustering Method to PriceTaker #1579
Changes from all commits
1689426
09f01ee
cebc584
cbb1ad6
abbd420
65e491c
bae6d21
68a5de1
b5e6cdc
41ee6e0
bd7a632
eacee06
41ec25b
fbe58ea
072309d
fcf8824
5e14f9a
96bc017
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 127 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L127
Check warning on line 203 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L202-L203
Check warning on line 217 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L217
Check warning on line 221 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L219-L221
Check warning on line 224 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L223-L224
Check warning on line 227 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L227
Check warning on line 230 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L229-L230
Check warning on line 233 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L233
Check warning on line 243 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L241-L243
Check warning on line 247 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L246-L247
Check warning on line 254 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L252-L254
Check warning on line 257 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L256-L257
Check warning on line 259 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L259
Check warning on line 265 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L262-L265
Check warning on line 271 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L268-L271
Check warning on line 273 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L273
Check warning on line 279 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L276-L279
Check warning on line 311 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L311
Check warning on line 317 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L314-L317
Check warning on line 319 in idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/clustering.py#L319
Check warning on line 650 in idaes/apps/grid_integration/pricetaker/price_taker_model.py
idaes/apps/grid_integration/pricetaker/price_taker_model.py#L649-L650
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.
Please update the argument names in
test_price_taker_model.py
,unit_commitment.py
andtest_unit_commitment.py
files.