Electa-Git / PowerModelsACDC.jl

A hybrid AC/DC OPF package based on PowerModels.jl
BSD 3-Clause "New" or "Revised" License
52 stars 20 forks source link

Julia Pkg System Maintenance #60

Closed ccoffrin closed 3 years ago

ccoffrin commented 3 years ago

Here are my suggested updates that I think should resolve issue #59.

I had to relax some of AC-TNEP tests because the solver was finding slightly different solutions on different platforms; there was no dramatic change in the solution quality in those cases.

codecov-commenter commented 3 years ago

Codecov Report

Merging #60 into master will increase coverage by 2.25%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   58.32%   60.57%   +2.25%     
==========================================
  Files          37       37              
  Lines        3753     3970     +217     
==========================================
+ Hits         2189     2405     +216     
- Misses       1564     1565       +1     
Impacted Files Coverage Δ
src/prob/acdctnepopf.jl 97.14% <0.00%> (+0.12%) :arrow_up:
src/prob/mp_acdctnepopf.jl 92.50% <0.00%> (+0.19%) :arrow_up:
src/prob/acdcopf_bf.jl 97.56% <0.00%> (+0.19%) :arrow_up:
src/prob/acdcopf.jl 97.43% <0.00%> (+0.21%) :arrow_up:
src/prob/mp_tnepopf.jl 91.17% <0.00%> (+0.26%) :arrow_up:
src/prob/acdcpf.jl 92.30% <0.00%> (+0.30%) :arrow_up:
src/formdcgrid/acp.jl 94.66% <0.00%> (+0.54%) :arrow_up:
src/core/constraint_template.jl 88.77% <0.00%> (+0.71%) :arrow_up:
src/core/data.jl 83.79% <0.00%> (+0.85%) :arrow_up:
src/prob/tnepopf.jl 83.33% <0.00%> (+0.87%) :arrow_up:
... and 17 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 83c8da8...f7b4fe8. Read the comment docs.