exanauts / ExaPF.jl

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

Release 0.7.1 #245

Closed frapac closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #245 (a445118) into master (1914f58) will increase coverage by 1.92%. The diff coverage is 89.90%.

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
+ Coverage   73.66%   75.59%   +1.92%     
==========================================
  Files          27       28       +1     
  Lines        2905     3458     +553     
==========================================
+ Hits         2140     2614     +474     
- Misses        765      844      +79     
Impacted Files Coverage Δ
src/Polar/newton.jl 86.79% <ø> (ø)
src/utils.jl 67.90% <37.93%> (-16.72%) :arrow_down:
src/Polar/second_order.jl 85.39% <80.23%> (-14.61%) :arrow_down:
src/Polar/first_order.jl 91.55% <90.24%> (-8.45%) :arrow_down:
src/autodiff.jl 85.22% <94.11%> (-1.59%) :arrow_down:
src/Polar/functions.jl 95.96% <94.32%> (-3.42%) :arrow_down:
src/cuda_wrapper.jl 95.76% <95.52%> (-0.54%) :arrow_down:
src/LinearSolvers/preconditioners.jl 82.12% <100.00%> (ø)
src/Polar/polar.jl 100.00% <100.00%> (ø)
src/Polar/stacks.jl 100.00% <100.00%> (ø)
... and 3 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more