-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enhance LoadInput by categories (type,inhabitants,income) for markov #1095
base: dev
Are you sure you want to change the base?
Enhance LoadInput by categories (type,inhabitants,income) for markov #1095
Conversation
LoadInput.java LoadInputFactory.java
…tegories-for-markov' into pp/#1089-enhance-loadinput-by-categories-for-markov
@danielfeismann please look at "type". I'm not sure if I adjusted the tests correctly. |
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 already good, but I do have some minor suggestions.
src/main/java/edu/ie3/datamodel/io/factory/input/participant/LoadInputFactory.java
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/models/input/system/LoadInput.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/factory/input/participant/LoadInputFactoryTest.groovy
Show resolved
Hide resolved
…gories-for-markov # Conflicts: # CHANGELOG.md
Suggested change Co-authored-by: Daniel Feismann <[email protected]>
…tegories-for-markov' into pp/#1089-enhance-loadinput-by-categories-for-markov
I could not find a ComparableQuantity for inhabitants, and I have removed income as discussed. If you have any other ideas for inhabitants, please let me know. Otherwise, everything should be corrected. :) |
Resolves #1089