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

Merge and write periods #45

Merged
merged 15 commits into from
Aug 30, 2023
Merged

Merge and write periods #45

merged 15 commits into from
Aug 30, 2023

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    ee83241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9d515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce3cf7 View commit details
    Browse the repository at this point in the history
  4. Listifying and repacking scalars

    When calling yearly_scalars_to_periodic_values it will rewrite values in elements.
    It will group for "name" column and then process to aggregate.
    Aggregation is happening as follows:
    1: If the Entries are dicts (like input_parameter) it will take the first entry and leave it unchanged
    2: Elif the Entries are lists or sequences it will check wheter they are sequences for the full period and write them to sequences, update foreign keys and write the foreign key.
    3: Elif the entries are all equal the first entry will be written
    4: Elif the entries are not equal they are written as a list
    FelixMau committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7a664f8 View commit details
    Browse the repository at this point in the history
  5. Update Docstring

    FelixMau committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    74cfdf9 View commit details
    Browse the repository at this point in the history
  6. Pre-commit

    FelixMau committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b9cc4b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80ddf64 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Adjust Indexing for more process instances

    Also catching multiindex columns and Changing Typemapping to better type for Gas
    FelixMau committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b283cd0 View commit details
    Browse the repository at this point in the history
  2. Apply method adjust naming

    FelixMau committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    39c9c46 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Moving aggregation functionality to begining.

    Aggregation leads to empty fields that can be sequences. Fields that may be sequences are plumbed as `_Sequence` and afterwards saved in a wrong manner. When parametrizing the decorator should be updated to not plug values into plumbing and save them as they are.
    FelixMau committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    70cfa4c View commit details
    Browse the repository at this point in the history
  2. Precommit

    FelixMau committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5c765c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge dev into write periods

    FelixMau committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c84b0f8 View commit details
    Browse the repository at this point in the history
  2. Adjust test goal data

    Fix naming bug adding comment
    FelixMau committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b3c955c View commit details
    Browse the repository at this point in the history
  3. Happy linter is good linter

    FelixMau committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    dda40f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fix typos

    nailend committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d4de2f8 View commit details
    Browse the repository at this point in the history