Electa-Git / PowerModelsDistributionStateEstimation.jl

A Julia Package for Power System State Estimation.
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

v0.6.0: Polynomials and GMM #48

Closed MartaVanin closed 2 years ago

MartaVanin commented 2 years ago

This PR has small changes but the following is breaking:

Other, non-breaking:

codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (6986057) into master (aadc48d) will decrease coverage by 7.36%. The diff coverage is 92.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   75.62%   68.25%   -7.37%     
==========================================
  Files          20       21       +1     
  Lines        1760     1761       +1     
==========================================
- Hits         1331     1202     -129     
- Misses        429      559     +130     
Impacted Files Coverage Δ
src/PowerModelsDistributionStateEstimation.jl 100.00% <ø> (ø)
src/io/polynomials.jl 75.00% <75.00%> (ø)
src/io/distributions.jl 73.07% <93.33%> (-3.47%) :arrow_down:
src/core/constraint.jl 89.47% <100.00%> (-2.64%) :arrow_down:
src/bad_data/measurement_functions.jl 75.55% <0.00%> (-20.00%) :arrow_down:
src/core/variable.jl 84.50% <0.00%> (-15.50%) :arrow_down:
src/prob/se.jl 70.49% <0.00%> (-13.12%) :arrow_down:
src/core/start_values_methods.jl 87.50% <0.00%> (-12.50%) :arrow_down:
src/bad_data/utils.jl 88.54% <0.00%> (-11.46%) :arrow_down:
src/form/reduced_ac.jl 18.75% <0.00%> (-9.38%) :arrow_down:
... and 11 more

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 aadc48d...6986057. Read the comment docs.

MartaVanin commented 2 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 years ago

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.