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

Multiple Maximum Generation and Pumping for Hydro (Merging with develop branch) #1723

Merged
merged 152 commits into from
Mar 4, 2024

Conversation

nikolaredstork
Copy link
Collaborator

@nikolaredstork nikolaredstork commented Oct 28, 2023

This PR is created due to major changes on the develop branch, that also caused significant changes on the CR23.

Notable changes:

  1. Type of the matrices that represents Maximum Generation and Pumping data is changed into newly implemented type TimeSeries.
  2. Type of the matrices that represents Mean Maximum Generation and Pumping data implemented in AreaScratchpad class is changed into newly implemented type TimeSeries.
  3. These previous changes affected usage of Maximum Generation and Pumping data in solver, which required few changes in solver code.

To do:

  • Discard using raw matrix objects in function class members of the DataHydroSeries class and in unit tests.
  • Change type arguments from Matrix<double>& to TimeSeries& for non-class static functions in src/libs/antares/study/parts/hydro/series.cpp

@flomnes flomnes modified the milestones: v8.9.0, Sprint 1 Jan 30, 2024
flomnes and others added 3 commits February 5, 2024 11:35
Co-authored-by: NikolaIlic <nikola.ilic@redstork-solutions.com>
Co-authored-by: Florian Omnès <26088210+flomnes@users.noreply.github.com>
src/libs/antares/study/parameters.cpp Outdated Show resolved Hide resolved
src/libs/antares/study/parameters.cpp Outdated Show resolved Hide resolved
@flomnes flomnes modified the milestones: Sprint 1, Sprint 2 Feb 9, 2024
Copy link

sonarcloud bot commented Feb 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants