giordano / Cuba.jl

Library for multidimensional numerical integration with four independent algorithms: Vegas, Suave, Divonne, and Cuhre.
https://giordano.github.io/Cuba.jl/stable
MIT License
75 stars 9 forks source link

Avoid dynamic dispatch in callback #6

Closed giordano closed 7 years ago

giordano commented 7 years ago

@yuyichao could you please have a look at this patch?

yuyichao commented 7 years ago

(We usually avoid mentioning people in commit message but it's not as bad in a package as long as you don't rebase the commit very often which will generate a notification every time...)

LGTM.

giordano commented 7 years ago

Oops, fair point about rebasing, sorry for that..

Thanks a lot!