Skip to content
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

Merged
merged 22 commits into from
Jan 4, 2022
Merged

Handle line sections #157

merged 22 commits into from
Jan 4, 2022

Conversation

t-ober
Copy link
Contributor

@t-ober t-ober commented Nov 24, 2021

Builds on #141

@t-ober t-ober requested a review from a team November 24, 2021 12:53
@codecov
Copy link

codecov bot commented Nov 24, 2021

Codecov Report

Merging #157 (319b347) into main (f2742fb) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
...erFactory2psdm/model/PreprocessedPfGridModel.scala 68.00% <0.00%> (-0.58%) ⬇️
...edu/ie3/powerFactory2psdm/util/QuantityUtils.scala 100.00% <0.00%> (ø)
...3/powerFactory2psdm/model/entity/LineSection.scala 66.66% <0.00%> (ø)
...e3/powerFactory2psdm/converter/LineConverter.scala 78.94% <0.00%> (+0.37%) ⬆️
...ctory2psdm/converter/types/LineTypeConverter.scala 89.58% <0.00%> (+4.96%) ⬆️
.../edu/ie3/powerFactory2psdm/model/entity/Line.scala 87.50% <0.00%> (+6.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a82810...319b347. Read the comment docs.

@t-ober
Copy link
Contributor Author

t-ober commented Nov 26, 2021

!test

@sebastian-peter sebastian-peter linked an issue Dec 21, 2021 that may be closed by this pull request
Copy link
Member

@sebastian-peter sebastian-peter left a 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

@sebastian-peter
Copy link
Member

Oh and btw, I think it would make sense to note these additions and changes in CHANGELOG.md

@sebastian-peter sebastian-peter merged commit bd65309 into main Jan 4, 2022
@sebastian-peter sebastian-peter deleted the to/#151-handle-line-sections branch January 4, 2022 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert lines with line sections correctly
3 participants