-
Notifications
You must be signed in to change notification settings - Fork 25
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
Changes from all commits
Commits
Show all changes
152 commits
Select commit
Hold shift + click to select a range
2b03609
Maxgen matrix implemented
nikolaredstork e25aea9
Maxpump matrix implemented
nikolaredstork 9bbe22e
Scenario Builder GUI
nikolaredstork ab3085f
DataSeriesHydro-new matrix for max gen and pump TS's
nikolaredstork f2bd3ac
MC years linked with new hydro MC Scenario Builder Matrix
nikolaredstork 5a80015
Random number feature
nikolaredstork f602cc6
Replacing daily values for hourly in solver
nikolaredstork 22d74c4
HydroHasMod and PumpHasMod
nikolaredstork 34a314b
Hydro Modulabe
nikolaredstork 0fb26de
GUI for TS management hydro power credits
nikolaredstork e2e963a
Inter and Intra modal feature backend
nikolaredstork a4d33db
Auto Transfer function and one comment modification
nikolaredstork eee6d08
Comment modification
nikolaredstork a4c1da8
Refactoring checkHourlyMinMaxGeneration function
nikolaredstork 827cfb5
Separate function for checking max gen and pump TS number
nikolaredstork 07ce46b
Excluding unnecessary function parameter
nikolaredstork 4b08e13
Excluding unnecessary reference
nikolaredstork ede8efc
HydroHasMod and PumpHasMod modification
nikolaredstork 598a474
Change function name
nikolaredstork 4554d23
MD files updated
nikolaredstork 94ca6b7
MD file modification
nikolaredstork 2ab16dc
Merge branch 'develop-new' into feature/maxgen-maxpump-cr23
nikolaredstork 13db210
Modification after merging with develop-new branch
nikolaredstork 04b6104
Fixing build errors due to migration from raw ptrs to stl vectors
nikolaredstork 1820fda
Support for old studies fix
nikolaredstork 94698f1
Separate mingen from maxgen and maxpump
nikolaredstork 75b6263
New Load function for Hydro Power Credits
nikolaredstork 91435e9
fix - random ts number test crash
Milos-RTEi c672e3a
fix pumpMaxE bug
Milos-RTEi 118db9a
Separate mingen from maxgen and maxpump
nikolaredstork 7ee9ccf
fix - random ts number test crash
Milos-RTEi 4b165d2
fix pumpMaxE bug
Milos-RTEi 6cad434
Bugfix
nikolaredstork 401e21a
Merge branch 'feature/max-hydro-gen-pump-per-h-cr23' into feature/max…
Milos-RTEi 75cb113
Feature/maxgen maxpump cr23 - improvements (#1499)
Milos-RTEi bcdc18b
Adding pointer check
nikolaredstork 8e35773
Adding pointer check
nikolaredstork 4abc817
New file maxhours_areaID
nikolaredstork c104436
New class that support old studies
nikolaredstork 0667a39
Two separate files for Gen and Pump hours
nikolaredstork 7138ced
Delete old files
nikolaredstork cabdc79
Scenario Builder unit tests
nikolaredstork 94784ea
Excluding unnecessary code
nikolaredstork c8f2050
Keep files for an area
nikolaredstork a33099d
Excluding unnecessary arrays
nikolaredstork 21cd52e
Fix test
nikolaredstork 7fa96b3
New file maxhours_areaID
nikolaredstork b5f0573
New class that support old studies
nikolaredstork aadaa26
Two separate files for Gen and Pump hours
nikolaredstork 8ff8737
Delete old files
nikolaredstork 0d9e8e5
Scenario Builder unit tests
nikolaredstork a4f00a2
Excluding unnecessary code
nikolaredstork c142ee9
Keep files for an area
nikolaredstork 644c50b
Excluding unnecessary arrays
nikolaredstork 172d8a9
Fix test
nikolaredstork 68d4299
Merge branch 'develop-new' into feature/maxgen-maxpump-cr23
nikolaredstork 1ec8f3e
Post merge fixs
nikolaredstork 552b48a
Merge branch 'feature/maxgen-maxpump-cr23' into feature/max-hydro-gen…
Milos-RTEi be21fda
Merge branch 'develop-new' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 578c6e5
Post merge build fix
nikolaredstork fb0c474
Fix sonar bugs
nikolaredstork a9e6519
Exclude duplication code
nikolaredstork b2899d5
Some minor code smells
nikolaredstork 596d9f4
More code smells
nikolaredstork 54bbc79
Resolving Code smells
nikolaredstork 2672405
Unit test datatransfer
nikolaredstork f78e096
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 20a4738
Post merge build fix
nikolaredstork b1874ec
Additional datatransfer unit tests
nikolaredstork 32b56e5
LoadPowerCredits func unit tests
nikolaredstork c0643bb
Comment correction
nikolaredstork 838c04c
Additional comments
nikolaredstork 376f24d
Refactoring unit tests
nikolaredstork 1eb238c
Refactoring hydro series unit tests
nikolaredstork fe47970
Help files for unit tests
nikolaredstork 8fa59e9
Exclude unnecessary code
nikolaredstork 25c4b23
MD files
nikolaredstork 426b3c9
Remove function for unit tests
nikolaredstork 9cd3f88
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork edd5c50
Passing by reference
nikolaredstork 5354e87
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 867aa5b
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 81850af
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 030af42
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 7c5ddc5
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork f1c3673
Copy from UI
nikolaredstork d21f858
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 6c01298
Post merge build errors
nikolaredstork fd1e1eb
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork baa6994
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 00b8592
Post merge build errors resolved
nikolaredstork cc82545
Multiple Maximum Generation and Pumping for Hydro (Refactoring) (#1648)
nikolaredstork 0938768
Preparation for merge
nikolaredstork 7707ac3
Merge branch 'develop' into feature/max-hydro-gen-pump-per-h-cr23
nikolaredstork 4b3274e
Refactoring due to merging with develop
nikolaredstork bf5c1d4
Excluding unnecessary function argument
nikolaredstork df5b115
Fix build error
nikolaredstork 9cdee5c
update form develop and simplifications on CR 23 (#1728)
guilpier-code d3bf301
Merge remote-tracking branch 'remotes/origin/develop' into feature/ma…
guilpier-code 7988dde
Simplification on CR23: ResizeTS function (#1729)
nikolaredstork 3da3b13
Small refactoring CR23 - File deletion (#1732)
nikolaredstork 747ca30
[skip ci] : add a TODO regarding scratchpad and hydro max power daily…
guilpier-code f0056dd
CR23 Modification : Unit tests refactoring (#1740)
nikolaredstork c562812
[skip ci] : complete a TODO on scratchpad and hydro max power daily T…
guilpier-code 8b4a1a5
[skip ci] CR 23 (hourly max power TS) : just renaming local variables
guilpier-code af4ad02
CR 23 (new hydro hourly max power TS) : replace useless and unclear s…
guilpier-code 0697e89
CR 23 (new hydro hourly max power TS) : just removing a useless if st…
guilpier-code 4463240
Merge branch 'develop' into feature/max-gen-pump-cr23-develop-merge
nikolaredstork 2a52a46
Declaring class member function as const
nikolaredstork 468bd2e
CR 23 (new hydro hourly max power TS) : changing definition and usage…
guilpier-code 8d62fa9
[skip ci] CR 23 (new hydro hourly max power TS) : just renaming local…
guilpier-code 3eff63d
CR 23 (new hydro hourly max power TS) : renaming hydro daily TS into …
guilpier-code 4232fcc
CR 23 (new hydro hourly max power TS) : improving helper free functio…
guilpier-code d6c2d13
Indent return statement
nikolaredstork 07e112f
Clang format
nikolaredstork 092abb4
Possible fix
nikolaredstork b3c9cdb
[skip ci] CR 23 (new hydro hourly max power TS) : a bit cleaning and …
guilpier-code fe6cbe7
[skip ci] CR 23 (new hydro hourly max power TS) : add a TODO comment
guilpier-code a8152ed
Remove helper class PairOfIntegers (#1763)
flomnes 3f4530c
remove folder
nikolaredstork 0b50919
Revert "remove folder"
nikolaredstork 8529ed8
Removing compiler warning
nikolaredstork f7304a0
HydroMaxReader class refactor (#1750)
nikolaredstork 4d0e5a5
update antares-deps
guilpier-code 00c1ba3
Small refactoring CR23 (#1784)
nikolaredstork e368fe4
Study version literal change from 870 to 890 (#1814)
nikolaredstork e2b9339
Merge remote-tracking branch 'github/develop' into feature/max-gen-pu…
flomnes ec9f4dc
Clean out removed function
flomnes b4b03bc
Remove study.gotFatalError
flomnes ab4e9b2
One more fix
flomnes 5e5edbf
Add missing dependency
flomnes 6217c8d
Reùove unused fatalError
flomnes 292989a
Fix header for Boost Test
flomnes a186bad
Merge remote-tracking branch 'github/develop' into feature/max-gen-pu…
flomnes 5582406
Fix size for storage timeSeriesNumbers
flomnes 8ce0cff
Fix changed TS numbers for ROR
flomnes 3415b2e
Remove useless #define
flomnes bee6e82
Merge remote-tracking branch 'github/develop' into feature/max-gen-pu…
flomnes 5bea0ca
Fix build
flomnes 4392ccc
In-memory tests for CR23 (#1894)
flomnes 016c186
Merge remote-tracking branch 'github/develop' into feature/max-gen-pu…
flomnes f1e84ed
CR23 Reference Guide Update (#1904)
nikolaredstork da9e697
Downgrade log (error -> warning)
flomnes 0a2b300
Update docs/reference-guide/13-file-format.md
flomnes 30ce902
Merge commit '008989235d6b470bca1acec56c401e68e6640299' into feature/…
guilpier-code 2bcf620
corrections after merge from develop
guilpier-code 837afbd
Corrections after merge from develop
guilpier-code acdff1a
Merge branch 'develop' into merge-develop_to-cr23
guilpier-code f098190
move generated file config.h from repo
guilpier-code 05fe9e6
Merge remote-tracking branch 'origin/develop' into feature/max-gen-pu…
c06b3b8
ts-numbers/max-power -> ts-numbers/hgp
6fab9c1
Remove progress ticks
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,5 +135,4 @@ uint64_t TimeSeries::memoryUsage() const | |
{ | ||
return timeSeries.memoryUsage(); | ||
} | ||
|
||
} // namespace Antares::Data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains console logs. Please review or remove them.