Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick bug fix #20

Merged
merged 4 commits into from
Oct 9, 2023
Merged

Quick bug fix #20

merged 4 commits into from
Oct 9, 2023

Conversation

anchal-physics
Copy link
Collaborator

project_prop_on_subset was not working properly when the property values are not tagged as values but some other name. Added a new argument for that.

Also notices that interp(prop_values::Vector{T}, space::OMAS.edge_profiles__grid_ggd___space) had a typo in return call and would have failed.

project_prop_on_subset was not working properly when the property
values are not tagged as values but some other name. Added a new
argument for that.

Also notices that interp(prop_values::Vector{T}, space::OMAS.edge_profiles__grid_ggd___space)
had a typo in return call and would have failed.
In project_prop_on_subset!, when the dimensions of to_subset is
lower, then an interpolation is required. This commit adds an
option to choose between thin plate spline (:thin_plate_spline)
(slower, more accurate) and using KD trees (:kd_tree)
(faster, less accurate).
@anchal-physics anchal-physics merged commit 2301913 into dev Oct 9, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant