-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add reports in LfNetworkLoaderImpl #1020
Conversation
@caioluke please sign your commits and force push |
src/main/java/com/powsybl/openloadflow/network/impl/LfNetworkLoaderImpl.java
Outdated
Show resolved
Hide resolved
4ab844e
to
ea8403a
Compare
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.
there is a merge commit you did locally that you have to sign ...
src/main/java/com/powsybl/openloadflow/network/impl/LfNetworkLoaderImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Caio Luke <caioluke97@gmail.com>
a53116f
to
95d3b20
Compare
# Conflicts: # src/test/java/com/powsybl/openloadflow/ac/GeneratorRemoteControlTest.java
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.
please cover also checkUniqueControlledBus
Signed-off-by: Caio Luke <caioluke97@gmail.com>
Quality Gate passedIssues Measures |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Feature
What is the current behavior?
The class LfNetworkLoaderImpl has a lot of information logged via the LOGGER, but the same information is not reported in the ReportNode API.
What is the new behavior (if this is a feature change)?
Important information will also be reported in the ReportNode API.
Does this PR introduce a breaking change or deprecate an API?