-
Notifications
You must be signed in to change notification settings - Fork 7
Adding CongestionResult.
#1098
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
Adding CongestionResult.
#1098
Conversation
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.
Just some small oversights I noticed
| import tech.units.indriya.ComparableQuantity; | ||
|
|
||
| public class CongestionResultFactory extends ResultEntityFactory<CongestionResult> { | ||
| private static final String SUBNET = "subnet"; |
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.
We've been using grid instead of net for some time now, so I think it'd make sense to use subgrid here as well
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.
The NodeInput is still using net.
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.
Yes, as in many other places. Should be changed at some point, but not here I'd say.
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.
Should I create a new issue for that?
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.
Would be great, thanks!
src/main/java/edu/ie3/datamodel/utils/validation/UniquenessValidationUtils.java
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.
Sorry, found more subnets
Resolves #1097