exanauts / ExaPF.jl

A Power Flow Solver for GPUs in Julia
MIT License
58 stars 5 forks source link

Adding ColPack coloring #231

Closed michel2323 closed 1 year ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #231 (54c1519) into develop (4c8adb3) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #231      +/-   ##
===========================================
+ Coverage    73.71%   73.81%   +0.09%     
===========================================
  Files           27       27              
  Lines         2910     2921      +11     
===========================================
+ Hits          2145     2156      +11     
  Misses         765      765              
Impacted Files Coverage Δ
src/Polar/first_order.jl 100.00% <100.00%> (ø)
src/Polar/second_order.jl 100.00% <100.00%> (ø)
src/autodiff.jl 87.75% <100.00%> (+0.94%) :arrow_up:
src/PowerSystem/topology.jl 96.77% <0.00%> (+0.14%) :arrow_up:

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 4c8adb3...54c1519. Read the comment docs.

michel2323 commented 2 years ago

Converter back to draft, since the benefits of using ColPack in ExaPF are not yet clear.

frapac commented 1 year ago

Closing this PR as stalled.