-
Notifications
You must be signed in to change notification settings - Fork 7
Deleted parameter decimalPlaces #714
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
Conversation
src/main/java/edu/ie3/datamodel/models/input/system/characteristic/CharacteristicInput.java
Outdated
Show resolved
Hide resolved
sebastian-peter
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.
From my side, this looks all good. Don't know if you discussed any other steps last week, @danielfeismann ?
The minor point I made here could be solved in a different PR.
src/main/java/edu/ie3/datamodel/models/input/system/characteristic/CharacteristicInput.java
Outdated
Show resolved
Hide resolved
sebastian-peter
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.
Additionally, there's CharacteristicDatamodelConcept.puml which needs some minor adaptations. In order to see the result, you need the PlantUML plugin for Intellij. Please let me know if I can assist with that.
src/main/java/edu/ie3/datamodel/models/input/system/characteristic/CharacteristicInput.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/models/input/system/characteristic/CharacteristicPoint.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/processor/input/InputEntityProcessorTest.groovy
Outdated
Show resolved
Hide resolved
sebastian-peter
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.
Thanks for fixing serialization-related documentation and naming in so many places! I think this is a good contribution towards making the PSDM more understandable.
Please check my remarks below. Also, please enhance the changelog message with something indicating that the naming of serialization methods has changed as well.
sebastian-peter
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.
Looks good, thanks!
Resolves #710