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

Load and Generation Shedding #655

Open
wants to merge 15 commits into
base: dev_turnoff_gen_load
Choose a base branch
from

Commits on Nov 8, 2024

  1. Add: AllowShedding attribute to GridObjects

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    96e1ca5 View commit details
    Browse the repository at this point in the history
  2. Debug: GridObject AllowShedding conversion

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    75cf5a7 View commit details
    Browse the repository at this point in the history
  3. Add: Exception if shedding is not supported by Backend

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    55e8c41 View commit details
    Browse the repository at this point in the history
  4. Refact: Remove bool return from set_shedding() method

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    51eb97e View commit details
    Browse the repository at this point in the history
  5. Test: Add Entry for Allow_Shedding

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    623d04b View commit details
    Browse the repository at this point in the history
  6. Refact: Remove Allow_Shedding from dict repr of GridObject

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ccbd1db View commit details
    Browse the repository at this point in the history
  7. Add: Unit Tests

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9c0078e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90c96d8 View commit details
    Browse the repository at this point in the history
  9. Add: Can/Cannot Handle Interface for Load/Gen detachment

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    50b7c0f View commit details
    Browse the repository at this point in the history
  10. Refact: Remove Set_Shedding

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    54ef719 View commit details
    Browse the repository at this point in the history
  11. Add: Backend-Agnostic Detachment Check

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d9da4bf View commit details
    Browse the repository at this point in the history
  12. Add: ClassAttribute integration for AllowDetachment

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e66fd03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6aa67c0 View commit details
    Browse the repository at this point in the history
  14. Test: Update Backend Tests to expect _run_pf_with_diverging to catch …

    …detachments
    
    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aebfaa1 View commit details
    Browse the repository at this point in the history
  15. Debug: Try to fix Test_Issue_125

    Signed-off-by: Xavier Weiss <[email protected]>
    DEUCE1957 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    486cffa View commit details
    Browse the repository at this point in the history