Skip to content
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

Price taker model for DISPATCHES, Rehashed #1358

Open
wants to merge 140 commits into
base: main
Choose a base branch
from

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    a3d688c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. run black

    adam-a-a committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    67ce6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e716c36 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    e3788fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef54be View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    f154700 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    422d0ba View commit details
    Browse the repository at this point in the history
  2. fix typo

    adam-a-a committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2f36bbb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    0aa1034 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    MarcusHolly committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9042e5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5549028 View commit details
    Browse the repository at this point in the history
  4. Add pytest marks

    MarcusHolly committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2fde47f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d0a6c13 View commit details
    Browse the repository at this point in the history
  2. Update test file

    MarcusHolly committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e5f6c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d9369 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    9b5edd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Add more tests

    MarcusHolly committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    948f40c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fed63 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    fc43a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4170501 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. modified startup and shutdown constraint function

    Tyler Jaffe committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1d87aea View commit details
    Browse the repository at this point in the history
  2. add set_period to startup and shutdown func

    Tyler Jaffe committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4710a10 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    be68154 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    66db0d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Added deepgetattr function and had the ramp-up/down and start-up/down…

    … functions to add constraints through pyomo blocks
    Tyler Jaffe committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b39f4d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. linearized ramping constraints

    Tyler Jaffe committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    799ed0b View commit details
    Browse the repository at this point in the history
  2. Added auxiliary variables

    Tyler Jaffe committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7625d07 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. added a third mccor constraint for each aux var and created a capacit…

    …y argument for ramping func
    Tyler Jaffe committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0c2c461 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    16710a6 View commit details
    Browse the repository at this point in the history
  2. changed rule for min_start_up constraint

    Tyler Jaffe committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4518240 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fixed startup_shutdown function constraints, changed default values f…

    …or ramping function
    Tyler Jaffe committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    35ddead View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. added new method for adding aux variables

    Tyler Jaffe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fd15af9 View commit details
    Browse the repository at this point in the history
  2. removed aux variable delcaration and added a new config option to opt…

    … blk
    Tyler Jaffe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b84ea43 View commit details
    Browse the repository at this point in the history
  3. added comments

    Tyler Jaffe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    15ea641 View commit details
    Browse the repository at this point in the history
  4. small addition

    Tyler Jaffe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    53e427e View commit details
    Browse the repository at this point in the history
  5. added design_blk

    Tyler Jaffe committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    14ee544 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e10801 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. finished the new method and ramping function

    Tyler Jaffe committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d68d8fd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Allowed _add_capacity_aux_vars to be cosntructed when the build funct…

    …ion gets called
    Tyler Jaffe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6cd966e View commit details
    Browse the repository at this point in the history
  2. added a for loop that calls on the _add_capacity_aux_vars function t …

    …times
    Tyler Jaffe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f7e3245 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Pulling Tyler\'s brnach

    Daniel Laky authored and Daniel Laky committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b223cf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Updating PT model for SOFC case study

    Daniel Laky authored and Daniel Laky committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    56f8099 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Updated price_taker_model.py doc

    Removed some unused variables. Beautified some of the code. Made all documentation for functions consistent and more useful. Added a few ToDo's for new functionality to be added to the class.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    48d4d98 View commit details
    Browse the repository at this point in the history
  2. Updated init of PriceTakerModel

    Updated the formatting in the initialization of the PriceTakerModel. Added a check to the seed setter for integer inputs. Also added a check to the horizon_length setter for integer inputs.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fde3f31 View commit details
    Browse the repository at this point in the history
  3. Added missing documentation

    Added function description and Args/Returns statements for the 'generate_daily_data' function.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5bd0d5b View commit details
    Browse the repository at this point in the history
  4. Corrected constraint expressions

    Corrected the mathematical expressions for the constraints for ramping rates and startup/shutdown expressions. Namely, the expressions now appropriately constrain power ramp rates under all scenarios. Also, design decisions to build and it's impact on whether an equipment can turn on or not has been fixed. Minimum downtime constraint was also fixed. Also, I added a check to make sure that the up_time and down_time inputs are valid under the assumptions.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0df8b45 View commit details
    Browse the repository at this point in the history
  5. Added tests for input checking

    Added tests to check the seed, horizon_length, and minimum up_time/down_time inputs. All tests pass. As a note, the tests for clustering the LMP data need to change as they are failing. Parsed data is passed instead of raw data. I am looking into this.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fd595b4 View commit details
    Browse the repository at this point in the history
  6. Updated checks for get_optimal_clusters

    Added validity checks to make sure kmin and kmax >= 0 and are integer values. Also, kmin < kmax. Also, added tests to ensure that each edge case is appropriately handled.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a54c3ac View commit details
    Browse the repository at this point in the history
  7. Fixed typos in test_price_taker.py

    Fixed a few typos and made language more clear.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    70cbaba View commit details
    Browse the repository at this point in the history
  8. Added input checks on add_ramping_constraints

    Added checks that the ramping rates as inputs are between 0 and 1 (fractions of the maximum capacity). Also added tests for each of these scenarios.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    85b7bd0 View commit details
    Browse the repository at this point in the history
  9. Fixed broken test

    Code used 1-based indexing but test used 0-based. Fixed the mistmatch.
    djlaky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9851b88 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Added automated LMP population

    Added an attribute to the CONFIG of OperationModelData that will be True by default. The attribute, append_lmp_data, will work with building the multiperiod_model so that LMP data will automatically be populated. Old way required a dummy value for m.LMP at the operational level and the user updated LMP manually for each time period.
    
    Also removed some hard-coded values in the append_lmp_data() function.
    djlaky committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6ede14e View commit details
    Browse the repository at this point in the history
  2. Fixed getitem issues with Sets

    Updated code to be more modern and follow new Pyomo paradigms. Removed warnings for constructing both the ramping rate and startup/shutdown/min uptime/min downtime constraints. Also edited a few lines to beautify.
    djlaky committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d31b272 View commit details
    Browse the repository at this point in the history
  3. Removed redundant set definition

    The set 'range_time_steps' was defined in both the ramping rate and startup/shutdown function. Also, wrote the try/except statement with the hasattr() function instead since it is one line and much neater.
    djlaky committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    769ba7b View commit details
    Browse the repository at this point in the history
  4. Added n_clusters check in append_lmp_data

    Added a check to make sure that n_clusters is feasible. Also added tests to capture edge cases.
    djlaky committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0bba4d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Reorganizing unit logging messages tests

    Disaggregated the unit tests for logger messages. Should make it easier to debug later.
    djlaky committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b06d467 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Moved deepgetattr to import from design_and_operation_models.py

    Removed duplicate deepgetattr function and added it as an import to the __init__.py file in the idaes.apps.grid_integration tree. Also, added a test for deepgetattr's error message.
    djlaky committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0cf82bf View commit details
    Browse the repository at this point in the history
  2. Added checks and tests

    Added a check and test for n_clusters being a valid value for cluster_lmp_data. Also added a check to see if the horizon length exceed the raw_data length, meaning an empty data frame would be returned.
    djlaky committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6af8c9e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Updated data processing workflow

    Removed reconfigure data as it was poor coding practice (i.e., all functionality was done by generate_daily_data). Updated all tests to accommodate. Updated all functions in price_taker_model to accommodate. Also added warning messages for when sheet and column are not defined along with test for these warning messages.
    djlaky committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1fc5f53 View commit details
    Browse the repository at this point in the history
  2. Small update to append_lmp_data

    Updated lmp_data to allow for non-integer columns to be used. Ultimately, the user should be responsible for column naming and correlating LMP data. Code is now more general.
    djlaky committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e991392 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Updated get_optimal_n_clusters

    Found a case where the warning message should play (and added comments that a few test could be deleted as functions work properly but output may depend on external packages of kneed and scikit-learn).
    
    Also fixed up get_optimal_n_clusters and cluster_lmp_data as there were some unnecessary loops, lines of code, and if statements to test.
    djlaky committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f2725cc View commit details
    Browse the repository at this point in the history
  2. Updated cash flow construction

    Updated the ability to make hourly cashflows. Now the user can provide all cashflows associated with all operation block models and the total cost and total revenue for each time point is generated to be used in the build cashflow function for the objective function. Still need to add tests for each of the logger messages (but the function appears to be working correctly).
    djlaky committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    522023b View commit details
    Browse the repository at this point in the history
  3. Added tests for cashflows

    Added tests for some of the logger warning messages from the build_hourly_cashflows and build_cashflows functions.
    
    Through these tests, most of the building code has also been tested. Remaining are two cases that will cover the rest of the build cases, options for the operational block, and the nonlinear case studies.
    
    Also, I am considering adding a function to add the capacity limitation (both linear and nonlinear w/ and w/o linearization).
    djlaky committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    22dbe12 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fixed typos and ran black

    Ran black to adhere to code formatting guidelines.
    djlaky committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6dbb183 View commit details
    Browse the repository at this point in the history
  2. Run black

    Finished running black on a missed file from last commit.
    djlaky committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7a86d03 View commit details
    Browse the repository at this point in the history
  3. Fixed some broken tests

    Broken file tests fixed for other systems. Also fixed a typo in the startup/shutdown assignment constraint.
    djlaky committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7a24fba View commit details
    Browse the repository at this point in the history
  4. Removed a test that is failing

    This test may produce different results based on what machine it is run from. Removed, but this will cause a couple lines of code to be uncovered.
    djlaky committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b1629eb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Reverted pytests.ini and corrected tests

    Incorporated changes recommended by lbianchi-lbl to avoid conflicts and to correct an uncommitted change to the price_taker_model file.
    djlaky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d193e65 View commit details
    Browse the repository at this point in the history
  2. Updated plotting test

    Updated the plot test to now plt.show() the figure. Instead, the user will use plt.show() if desired.
    djlaky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fb543c7 View commit details
    Browse the repository at this point in the history
  3. Ran Black again

    Ran black to format recent changes. Trying to make sure current tests succeed on the builds.
    djlaky committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    460af99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c90bbe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Updating tests

    Made a new test and fixed another. Wanted to cover some stray lines of code that were not run from the tests originally.
    djlaky committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    643707f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Add capacity limits function

    Added a function to add capacity limits for a given commodity. This was originally meant to be a user activity with linearization called at the operation_and_design_models level, however it appears it would be better in the price-taker-class itself. Discussions with Krishna have led us to use a NotImplementedError for a couple other things as well. All code now tested (except multi-year time horizons). Final testing offline for model format and finishing docstrings.
    djlaky committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8aa02c6 View commit details
    Browse the repository at this point in the history
  2. Added final docstring

    Finished adding docstrings to all complex functions.
    djlaky committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    323e4a9 View commit details
    Browse the repository at this point in the history
  3. Ran black

    Ran black to reformat the changed files.
    djlaky committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    04d07ae View commit details
    Browse the repository at this point in the history
  4. Bugfix capacity constraints

    Fixed a big where I accidentally called the lower bound twice instead of the lower bound AND the upper bound. Code has been tested and lines up with solutions done in a more "by-hand" fashion.
    djlaky committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4ae5779 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Removed multiyear LMP support

    Decided to let multiyear LMP analysis to rest on the user instead of generalizing that example within the price-taker-class.
    djlaky committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    893743d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f8bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Delete idaes/apps/grid_integration/multiperiod/ERCOT_WEST_2022_shutdo…

    …wn_formulation_NEW.csv
    
    Removed extraneous file added by accident.
    djlaky authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ebdc1b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update docstring for n_clusters

    Should resolve sphinx warnings.
    
    Co-authored-by: Ludovico Bianchi <[email protected]>
    djlaky and lbianchi-lbl authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    aad41fb View commit details
    Browse the repository at this point in the history
  2. Fixed typos.

    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e2dac86 View commit details
    Browse the repository at this point in the history
  3. Removed design_blk as an input for Operation_Model

    Removed design_blk and assume the user will take care of this as an additional argument in the 'model_args' keyword.
    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5ad727e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae4635 View commit details
    Browse the repository at this point in the history
  5. Replace deepgetattr with find_component()

    As discussed, replacing the borrowed deepgetattr function with the more "Pyomothonic" find_component method.
    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8762f7b View commit details
    Browse the repository at this point in the history
  6. Changed dependence of tests on .xlsx to .csv

    Updated the test dependence to be on .csv files, per request.
    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7110dea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8550569 View commit details
    Browse the repository at this point in the history
  8. Changed deepgetattr functionality to find_component

    Updated the borrowed deepgetattr() function to be more "Pyomothonic" with the native find_component() function.
    
    Also updated .xlsx dependency of the test functions to be dependent on .csv file types as requested.
    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    69c3c9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    177618c View commit details
    Browse the repository at this point in the history
  10. Updated test to remove .xlsx dependencies

    Removed .xlsx dependency for testing and removed deprecated .xlsx test files. Added a shortened .csv file to replace the shortened .xlsx file.
    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ce4b0fb View commit details
    Browse the repository at this point in the history
  11. Update on build_hourly_cashflows docstring

    Updating to fix Sphinx build issues.
    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    343d191 View commit details
    Browse the repository at this point in the history
  12. Update for Sphinx again

    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cec302e View commit details
    Browse the repository at this point in the history
  13. Ran black

    djlaky committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    652d1cc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Updated SkeletonUnitModelData to ProcessBlockData

    Using lighter weight parent class for design and operation model blocks.
    djlaky committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d8ade5d View commit details
    Browse the repository at this point in the history
  2. Made sklearn and kneed optional, added log msgs

    Made sklearn and kneed optional imports to perform clustering. Logger messages and import errors added for when functions are called that use these packages. Updated setup.py to reflect that these are no longer new dependencies.
    djlaky committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cd3f3d3 View commit details
    Browse the repository at this point in the history
  3. Updated tests for price taker class

    Updated tests for optional imports. Moved plotting test to within a separate function.
    
    Ran black on all code.
    djlaky committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ce6b3db View commit details
    Browse the repository at this point in the history
  4. Fixed optional import tests

    Split tests so that optional import tests are now all separated from tests that do not use optional imports.
    djlaky committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f4cfbdb View commit details
    Browse the repository at this point in the history
  5. Ran black

    djlaky committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cbd7aaa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Bugfix kmeans for LMP

    djlaky committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f10ea59 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. merged idaes main

    Daniel Laky authored and Daniel Laky committed May 29, 2024
    Configuration menu
    Copy the full SHA
    46a3331 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Revert "merged idaes main"

    This reverts commit 46a3331.
    djlaky committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7bdd94d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    1c85981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6956d73 View commit details
    Browse the repository at this point in the history
  3. Address merge conflict

    MarcusHolly committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8b4b479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    646b88b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1f1eb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    8101448 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    d8de0dd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    fc7369e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75a56f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df687af View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    47b66c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Update imports

    MarcusHolly committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8ac5987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10b9a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e7842a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b1393a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    6481545 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    MarcusHolly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b9f3ef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd2db6f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    9cf4a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112761f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0a05b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d960a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7a0002 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Resolve test failures

    MarcusHolly committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    727be78 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    aebe5b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411bb60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3244c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8149b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    043ac34 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    2cd22e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    e9ff144 View commit details
    Browse the repository at this point in the history
  2. black

    adam-a-a committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    422ec6e View commit details
    Browse the repository at this point in the history
  3. add more exception handling

    adam-a-a committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    042a1d9 View commit details
    Browse the repository at this point in the history
  4. Update docs/reference_guides/apps/grid_integration/multiperiod/Price_…

    …Taker.rst
    
    Co-authored-by: Adam Atia <[email protected]>
    MarcusHolly and adam-a-a authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0fd8edb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    892e555 View commit details
    Browse the repository at this point in the history
  6. blk

    adam-a-a committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a2c97c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20db58f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    a4620de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ae6b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    bef17fb View commit details
    Browse the repository at this point in the history