JuliaMath / HCubature.jl

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

correct countevals for GaussKronrod #46

Closed lxvm closed 1 year ago

lxvm commented 1 year ago

It looked like countevals for GaussKronrod was overcounting because length(g.x) = 1 + order. I also added tests for the remaining rules for a trivial integrand to double check their counts are correct.

stevengj commented 1 year ago

Thanks, good catch.