JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 23 forks source link

Fix bug on small linear systems #47

Closed ranjanan closed 5 years ago

ranjanan commented 5 years ago

Fixes #46

codecov-io commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #47     +/-   ##
=========================================
+ Coverage   87.58%   87.78%   +0.2%     
=========================================
  Files          10       10             
  Lines         604      606      +2     
=========================================
+ Hits          529      532      +3     
+ Misses         75       74      -1
Impacted Files Coverage Δ
src/classical.jl 88.07% <100%> (+0.11%) :arrow_up:
src/aggregation.jl 91.8% <100%> (+0.13%) :arrow_up:
src/multilevel.jl 79.26% <0%> (+1.21%) :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 07b586a...fb32b34. Read the comment docs.