JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 23 forks source link

Int64 -> Int to work on Win32 as well #57

Closed jagot closed 5 years ago

jagot commented 5 years ago

Fixes #53

jagot commented 5 years ago

It does not seem as if AppVeyor tests PRs which would be useful to see if the fix actually works as intended.

codecov-io commented 5 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.69%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #57     +/-   ##
=========================================
- Coverage   86.78%   86.08%   -0.7%     
=========================================
  Files          10       10             
  Lines         613      611      -2     
=========================================
- Hits          532      526      -6     
- Misses         81       85      +4
Impacted Files Coverage Δ
src/classical.jl 88.07% <ø> (ø) :arrow_up:
src/preconditioner.jl 37.5% <0%> (-18.75%) :arrow_down:
src/utils.jl 91.37% <0%> (-3.45%) :arrow_down:
src/aggregate.jl 89.23% <0%> (-1.54%) :arrow_down:
src/multilevel.jl 74.71% <0%> (+1.67%) :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 4c1b721...017006c. Read the comment docs.

ranjanan commented 5 years ago

Thanks @jagot