powsybl-core
powsybl-core copied to clipboard
WIP Move dataframe from pypowsybl to core
Please check if the PR fulfills these requirements
- [x] The commit message follows our guidelines
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? Move the dataframes that are implemented in pypowsybl
I have some issues with the checkstyle plugin with some of the new syntax offered with the update to java 17. The commit bfe1cfd allows me to pass the checkstyle locally. But I am not sure it is what should be done on the whole powsybl project.
I have some issues with the checkstyle plugin with some of the new syntax offered with the update to java 17. The commit bfe1cfd allows me to pass the checkstyle locally. But I am not sure it is what should be done on the whole powsybl project.
We are preparing a new powsybl-parent
version which will use a newer version of maven-checkstyle-plugin
. Once released, your hack will not be necessary.
The java17 syntax support was merged in main
. If you update the branch, you will not need your "hack" anymore.
SonarCloud Quality Gate failed.
0 Bugs
0 Vulnerabilities
0 Security Hotspots
77 Code Smells
47.1% Coverage
0.0% Duplication
Catch issues before they fail your Quality Gate with our IDE extension
SonarLint