-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handle line sections #157
Handle line sections #157
Conversation
Codecov Report
@@ Coverage Diff @@
## main #157 +/- ##
==========================================
- Coverage 86.46% 86.37% -0.10%
==========================================
Files 39 40 +1
Lines 872 932 +60
Branches 1 1
==========================================
+ Hits 754 805 +51
- Misses 118 127 +9
Continue to review full report at Codecov.
|
!test |
…ections # Conflicts: # src/test/resources/pfGrids/exampleGrid.json
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 mostly good to me, just some small suggestions
src/main/scala/edu/ie3/powerFactory2psdm/converter/types/LineTypeConverter.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/powerFactory2psdm/converter/types/LineTypeConverter.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/powerFactory2psdm/converter/types/LineTypeConverter.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/powerFactory2psdm/converter/types/LineTypeConverter.scala
Show resolved
Hide resolved
src/main/scala/edu/ie3/powerFactory2psdm/model/entity/LineSection.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/powerFactory2psdm/model/entity/LineSection.scala
Outdated
Show resolved
Hide resolved
Oh and btw, I think it would make sense to note these additions and changes in |
Builds on #141