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

Gaussian Mixture #33

Closed timmyfaraday closed 3 years ago

timmyfaraday commented 3 years ago

This push deprecates the global criterion mixed, and makes all criteria local.

!!! This is not yet reflected in the documentation !!!

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (7b6d012) into master (16ab5ad) will increase coverage by 2.28%. The diff coverage is 73.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   67.34%   69.63%   +2.28%     
==========================================
  Files          15       15              
  Lines        1173     1192      +19     
==========================================
+ Hits          790      830      +40     
+ Misses        383      362      -21     
Impacted Files Coverage Δ
src/PowerModelsDistributionStateEstimation.jl 100.00% <ø> (ø)
src/core/constraint.jl 53.48% <56.52%> (-40.96%) :arrow_down:
src/core/variable.jl 95.65% <100.00%> (+9.71%) :arrow_up:
src/prob/se.jl 80.90% <100.00%> (+5.18%) :arrow_up:
src/io/measurement_parser.jl 69.65% <0.00%> (-13.80%) :arrow_down:
src/form/reduced_ivr.jl 39.20% <0.00%> (+2.40%) :arrow_up:
src/io/network_parser.jl 70.34% <0.00%> (+4.82%) :arrow_up:
src/form/adapted_pmd_constraints.jl 89.80% <0.00%> (+5.73%) :arrow_up:
... and 7 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 16ab5ad...7b6d012. Read the comment docs.