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

Remove duplicated discounting #1028

Merged
merged 8 commits into from
Dec 5, 2023
Merged

Commits on Nov 29, 2023

  1. Remove duplicated discounting

    The discounting is already taken care of by the
    list comprehension above. As it discount starting
    with the temporal distance of optimization start
    and investment period.
    nailend committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    69b66e9 View commit details
    Browse the repository at this point in the history
  2. Add changes

    nailend committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f74118c View commit details
    Browse the repository at this point in the history
  3. Fix double discounting for storage and SinkDSM

    TODO: Adjust tests!
    jokochems committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    32e6252 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Remove comma

    nailend committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5f0c400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8e4956 View commit details
    Browse the repository at this point in the history
  3. Add fixed costs to multi-period converter tests

    Fixed costs were not included in the converter test and
    thus changes in fixed costs discounting not tested before.
    nailend committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bbc34ac View commit details
    Browse the repository at this point in the history
  4. Fix LP file due to pyomo6.7 changes

    Former zero floats are now zero integers in the LP file.
    nailend committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    672155c View commit details
    Browse the repository at this point in the history
  5. Dont detach from black

    nailend committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f998f96 View commit details
    Browse the repository at this point in the history