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

smooth_1d_tree too aggressive #148

Open
tawhai opened this issue Jun 17, 2023 · 0 comments
Open

smooth_1d_tree too aggressive #148

tawhai opened this issue Jun 17, 2023 · 0 comments
Assignees

Comments

@tawhai
Copy link
Contributor

tawhai commented Jun 17, 2023

objective of the subroutine is to avoid having child branches out of plane with parent. method currently just sets the common node between parent and child branches to be mid-way between start of parent and end of children. causes the parent branch to become shorter than it should. change this to calculate average of the start and end nodes, adjust common node so that parent length is the same and parent branch is in the direction of the average calculation.

@tawhai tawhai self-assigned this Jun 17, 2023
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

No branches or pull requests

1 participant