-
Notifications
You must be signed in to change notification settings - Fork 7
add maximum ac and dc charging limits to evtype #1005
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
Merged
danielfeismann
merged 21 commits into
dev
from
pp/#876-add-maximum-ac-and-dc-charging-limits-to-evtype
Feb 21, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
22c983a
-Add sRatedAC/DC in EvTypeInput.Java
pierrepetersmeier 8006de8
-Update sRatedAC/DC in SystemParticipantTypeInputFactory.java
pierrepetersmeier bea6151
-Update Test functions for sRatedAC/DC
pierrepetersmeier e307905
-CsvTypeSourceTest.groovy sRatedAC/DC
pierrepetersmeier c5bdbbb
-CsvTypeSourceTest.groovy sRatedAC/DC
pierrepetersmeier fc7e58b
-CsvTypeSourceTest.groovy sRatedAC/DC
pierrepetersmeier 25f69aa
Merge branch 'dev' into pp/#876-add-maximum-ac-and-dc-charging-limits…
pierrepetersmeier 301765a
-spotlessApply
pierrepetersmeier 9371a4b
-Updated SystemParticipantValidationUtilsTest.groovy
pierrepetersmeier bbd4245
Merge remote-tracking branch 'origin/pp/#876-add-maximum-ac-and-dc-ch…
pierrepetersmeier d96e499
-Space after comma
pierrepetersmeier 2c9f7d6
Update CHANGELOG.md
pierrepetersmeier d1e88b7
Merge branch 'dev' into pp/#876-add-maximum-ac-and-dc-charging-limits…
pierrepetersmeier 183b9df
-version with sRated and sRatedDC
pierrepetersmeier 974d9ba
-version with sRated and sRatedDC
pierrepetersmeier 04c6416
- Change sRated in sRatedAC test
pierrepetersmeier 521d6af
Merge branch 'dev' into pp/#876-add-maximum-ac-and-dc-charging-limits…
pierrepetersmeier 12ca028
fix tests
pierrepetersmeier c3ecaab
-Version with sRated and sRatedDC
pierrepetersmeier 9b3e9cb
-CHANGELOG.md and ev.md corrected
pierrepetersmeier 0def977
Merge branch 'dev' into pp/#876-add-maximum-ac-and-dc-charging-limits…
danielfeismann 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
4 changes: 2 additions & 2 deletions
4
src/test/resources/edu/ie3/datamodel/io/source/csv/_types/ev_type_input.csv
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| uuid,capex,cos_phi_rated,e_cons,e_storage,id,opex,s_rated | ||
| 5ebd8f7e-dedb-4017-bb86-6373c4b68eb8,100.0,0.95,5.0,100.0,test_evTypeInput,50.0,25.0 | ||
| uuid,capex,cos_phi_rated,e_cons,e_storage,id,opex,s_rated,s_rated_dc | ||
| 5ebd8f7e-dedb-4017-bb86-6373c4b68eb8,100.0,0.95,5.0,100.0,test_evTypeInput,50.0,25.0,20.0 |
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.
Uh oh!
There was an error while loading. Please reload this page.