We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DanglingLineBoundaryImpl is redefined in network-store but the powsybl-core's implementation could be directly used instead.
DanglingLineBoundaryImpl
Use powsybl-core's DanglingLineBoundaryImpl instead of redefining it.
Using the powsybl-core class will prevent having to reflect its changes in powsybl-network-store.
powsybl-core
powsybl-network-store
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the current behavior
DanglingLineBoundaryImpl
is redefined in network-store but the powsybl-core's implementation could be directly used instead.Describe the expected behavior
Use powsybl-core's
DanglingLineBoundaryImpl
instead of redefining it.Describe the motivation
Using the
powsybl-core
class will prevent having to reflect its changes inpowsybl-network-store
.Extra Information
No response
The text was updated successfully, but these errors were encountered: