Skip to content

Commit

Permalink
Restore the option for the derivative calculation to also be parallel…
Browse files Browse the repository at this point in the history
…ized
  • Loading branch information
asinghvi17 committed May 10, 2024
1 parent 2086a01 commit cf0afbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpolators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ function (alg::NaturalNeighboursMethod)(
first.(positions), last.(positions), data;
derivatives = true, method = alg.derivative_method,
use_cubic_terms = alg.use_cubic_terms, alpha = alg.alpha,
parallel = alg.parallel,
)
# Then, interpolate the data at the grid points.
nx, ny = length(xrange), length(yrange)
Expand Down

0 comments on commit cf0afbd

Please sign in to comment.