Skip to content

Commit

Permalink
Merge pull request #24 from ProjectTorreyPines/speed_up
Browse files Browse the repository at this point in the history
Using KDTree interp for projection to midplane
  • Loading branch information
anchal-physics authored Oct 7, 2023
2 parents a26c55b + 85c019d commit 4c2896f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/supersize_profile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ function fill_in_extrapolated_core_profile!(
quantity_str,
cell_subset,
midplane_subset,
space,
space;
interp_method=:KDTree,
)
# Now quantity is at the outboard midplane

Expand Down

0 comments on commit 4c2896f

Please sign in to comment.