JuliaMath / HCubature.jl

pure-Julia multidimensional h-adaptive integration
Other
153 stars 25 forks source link

fix 0.7 depwarns #9

Closed ksmcreynolds closed 6 years ago

ksmcreynolds commented 6 years ago

Added undef to the uninitialized array constructors which fixes all the depwarns from HCubature that occur when running tests. There is still a depwarn coming from Combinatorics.

stevengj commented 6 years ago

Since this relies on JuliaArrays/StaticArrays.jl#457, you should update the REQUIRE file to specify StaticArrays 0.8.1.

codecov-io commented 6 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #9   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          90     90           
=====================================
  Hits           90     90
Impacted Files Coverage Δ
src/genz-malik.jl 100% <ø> (ø) :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 09aaf1c...621d480. Read the comment docs.

ksmcreynolds commented 6 years ago

OK done!