Electa-Git / StochasticPowerModels.jl

An extension package of PowerModels.jl for Stochastic Power System Optimization
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Script to adapt matpower cases with stochastic data extensions #26

Closed frederikgeth closed 2 years ago

frederikgeth commented 3 years ago

branched from PR #21, that needs to be merged in master first

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (00e0954) into master (41c8abd) will decrease coverage by 3.13%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   92.18%   89.05%   -3.14%     
==========================================
  Files           9       10       +1     
  Lines         768      795      +27     
==========================================
  Hits          708      708              
- Misses         60       87      +27     
Impacted Files Coverage Δ
src/StochasticPowerModels.jl 100.00% <ø> (ø)
src/util/data.jl 0.00% <0.00%> (ø)

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 41c8abd...00e0954. Read the comment docs.

timmyfaraday commented 3 years ago

@frederikgeth,

I tested the case studies and had some convergence issues, i.e., significantly solver than what @hakanergun reported, and only found LOCALLY_SOLVED//FEASIBLE_POINT, which also deviated slightly from the reported values. This will need some investigation.