-
Notifications
You must be signed in to change notification settings - Fork 7
Introduce a storage model for domestic hot water #1132
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
Introduce a storage model for domestic hot water #1132
Conversation
…umberInhabitants to ThermalHouse
…l' into df/#1131-psdm-update-for-tap-water-demand # Conflicts: # src/main/java/edu/ie3/datamodel/io/factory/input/CylindricalStorageInputFactory.java # src/main/java/edu/ie3/datamodel/models/input/thermal/CylindricalStorageInput.java # src/main/java/edu/ie3/datamodel/utils/validation/ThermalUnitValidationUtils.java # src/test/groovy/edu/ie3/datamodel/utils/validation/ThermalUnitValidationUtilsTest.groovy
…statistical data of average households
…-demand # Conflicts: # src/test/groovy/edu/ie3/datamodel/io/factory/input/CylindricalStorageInputFactoryTest.groovy
|
@sebastian-peter there is one test failing due to scaling. Return of copyBuilder scale looks fine, but these values are not taken into account when building the model. Do you have any idea where this is going wrong? |
staudtMarius
left a comment
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.
Found some parts, that can be improved.
src/main/java/edu/ie3/datamodel/io/factory/input/CylindricalStorageInputFactory.java
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/factory/input/DomesticHotWaterStorageInputFactory.java
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/models/input/thermal/CylindricalStorageInput.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/models/input/container/ThermalGridTest.groovy
Show resolved
Hide resolved
src/test/resources/edu/ie3/datamodel/io/source/csv/_participants/cylindrical_storage_input.csv
Show resolved
Hide resolved
src/test/resources/edu/ie3/datamodel/io/source/csv/_thermal/cylindrical_storage_input.csv
Show resolved
Hide resolved
staudtMarius
left a comment
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.
Almost there, just one more issue.
staudtMarius
left a comment
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.
LGTM
resolves #1257
merge first: