JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
523 stars 110 forks source link

Fix possible stack-overflow within broadcast. #510

Closed N5N3 closed 2 years ago

N5N3 commented 2 years ago

close #509.

codecov[bot] commented 2 years ago

Codecov Report

Merging #510 (8522a81) into master (62bfe77) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #510   +/-   ##
=======================================
  Coverage   87.10%   87.10%           
=======================================
  Files          28       28           
  Lines        1845     1846    +1     
=======================================
+ Hits         1607     1608    +1     
  Misses        238      238           
Impacted Files Coverage Δ
src/gpu_support.jl 97.72% <100.00%> (+0.05%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

mkitti commented 2 years ago

Looks good to me, thanks.

mkitti commented 2 years ago

@JuliaRegistrator register

JuliaRegistrator commented 2 years ago

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.